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.09k stars 429 forks source link

fix: NetworkRigidbody2D not changing body type with authority [MTT-8510] #2916

Closed NoelStephensUnity closed 3 weeks ago

NoelStephensUnity commented 3 weeks ago

This PR resolves the issue with NetworkRigidbody2D not changing the Rigidbody2D body type with a change in authority. (does not require up-port to v2.0.0 as this issue is already fixed with the updated NetworkRigidbodyBase)

MTT-8510

fix: #2915

Changelog

Testing and Documentation