Fixed
- Fixed issue where during a
NetworkObject
's spawn if you instantiated, spawned, and parented another network prefab under the currently spawningNetworkObject
the parenting message would not properly defer until the parentNetworkObject
was spawned. (#3401)