The Photon Forum
is Closed Permanently.

After many dedicated years of service, we have made the decision to retire our Forum and switch to read-only: we´ve saved the best to last! Your search result can be found below. Plus, we offer support via these channels:

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).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

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

wilbil741
2022-06-05 02:41:32

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

Back to top