Unity freezing and it needs restart

Options
Unity freezing after saving scene(not always, but very often, 1 time per 2-3 minutes). Why am I writing it here? Just because of this problem only with PhotonServer! I used PhotonCloud, was doing SinglePlayer games, was using UNET and only with PhotonServer projects have this issue! I also used Photon Server 4 months ago and had the same problem! I think it's problem only with Photon3Unity3D plugin or my compiled Common Plugin. Is someone have similar problem?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited July 2017
    Options
    Hi @RandomMan,

    What client SDK do you use?
    Try disconnecting client when app closes (OnApplicationQuit or OnDestory or OnDisable).
  • RandomMan
    Options
    Okay I think problem is with failing disconnecting clent. Now it works. Thank you!