Spawned() not called on NetworkBehaviour

wilbil741
wilbil741
edited July 2022 in Fusion

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

Best Answer

  • wilbil741
    wilbil741
    Answer ✓

    Nevermind, it was because an exception was throwing the whole thread up :/

Answers

  • wilbil741
    wilbil741
    Answer ✓

    Nevermind, it was because an exception was throwing the whole thread up :/

This discussion has been closed.