I'm using Unity 5. When I have a Player Character with the PhotonView script attached to it Unity crashes to desktop , no error message in the Editor Log. I tried adding OnApplicationExit() and having it disable the component, but doesn't help. I am only able to prevent the crash if I delete the component from the hierarchy manually before stopping. I thought maybe its conflicting with another component, so I removed all components but the photonview but it still crashes. Any suggestions?
↧