#MissingReferenceException at NetworkObject.Observers
8 messages · Page 1 of 1 (latest)
did you destroy it server side?
it happend when i spawned an object. but actually it doesnt happen anymore, idk why...
seems to be an issue on my end, sorry
okay. It shouldnt be possible under normal conditions so if it comes up again let me know
It happened to me also after i spawn an object. it says MissingReferenceException: The object of type 'ParticleSystemRenderer' has been destroyed but you are still trying to access it.
I don't know what object or what is missing. i just spawned a XR origin Rig with networktransform. no particle system was added
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
@main eagle added a pullrequest to fix that issue https://github.com/FirstGearGames/FishNet/pull/138
Based on ArcarveStudio issue: https://pastebin.com/JeUZUJSH, here is a fix by using a null check