Unity-Technologies / com.unity.netcode.gameobjects

Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
MIT License
2.16k stars 435 forks source link

fix: in-scene networkobject with networktransform synchronization when parented under gameobject [MTT-8402] #2895

Closed NoelStephensUnity closed 6 months ago

NoelStephensUnity commented 7 months ago

Fixing issue where parenting synchronization was not properly handling the scenario where a NetworkObject is parented under a GameObject (with or without auto object parent sync enabled).

MTT-8402

fix: #2888

Companion PR: #2898 (merged)

Changelog

Testing and Documentation