Player suddenly get deleted?

Options

I have a problem where I'm playing my game, and then after some random amount of time, the player prefab just gets deleted from the scene! I've searched around on the internet for this and learned that it might have something to do with overloading the photon app... Is that true? And is there a way to fix it?

Answers

  • Tobias
    Options

    You probably want to enable the SupportLogger (in the PhotonServerSettings) and take a look at the console logs when this happens. If there is a timeout, that will mean the players' objects are being destroyed (in the default setup).

    First step: Figure out what's wrong.

  • dcmrobin
    Options

    Ok! Thanks!