Alright, looks like you can't call SendEvent() anymore within the constructor with Photon 4.
Got it working now, i also used the log4net logger, just for testing reasons.
Well, maybe it will help...
Type: Posts; User: Jupp
Alright, looks like you can't call SendEvent() anymore within the constructor with Photon 4.
Got it working now, i also used the log4net logger, just for testing reasons.
Well, maybe it will help...
Can't load the "Deploy Website" or "Deploy Photon" videos, getting following error:
The media could not be loaded, either because the server or network failed or because the format is not supported....
Ran into another problem, seems i can't send Events.
If i remove the SendEvent() call in the Peer.cs Class i can connect to the master Server, if i make use of SendEvent() within the Peer()...
Guess i figured it out now.
Incase anyone wonders, ClientPeer replaces PeerBase
https://doc.photonengine.com/en/onpremise/current/version-history/upgrade-guide
Wow, i really can't figure out what's wrong :/
Did Photon change anything or why can't i access the internal constructor 'PeerBase' as in the "Stub Photon" Video?
I am using Photon v4.0.29.11263.
Getting following Errors:
- Cannot access...