Spawned() not called on NetworkBehaviour
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on Fusion.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
Spawned() not called on NetworkBehaviour
wilbil741
2022-06-04 20:22:37
Hi,
I have a very simple NetworkBehaviour class with 1 networked property and the Spawned() callback.
The GO is nested pretty deep inside NetworkObjects (about 10 levels down) but it does display in the object's NetworkBehaviours list. (NO -> NO -> NO -> NB)
Spawned() is NEVER called on those particular behaviours. I thought Spawned() was guaranteed to be called on all NetworkBehaviour that exist under a NetworkObject?
Thank you for your help
Comments
Nevermind, it was because an exception was throwing the whole thread up :/
Back to top