MissingReferenceException: The object of type 'PhotonView' has been destroyed...
MissingReferenceException: The object of type 'PhotonView' has been destroyed but you are still trying to access it.
Hi, I've been using Photon PUN 2 for a while now, and just recently, I came across this error. I have no idea where in my code this error is coming from because the error message won't tell me. I've been scratching my head for over 2 and a half weeks now, and I still can't figure out where in my code this is occurring. Any help from anybody??
NOTE: Please ignore the "regen needed" message
Thanks!
0
Answers
-
You likely used GO.Destroy instead of PN.Destroy?
0