com.unity.netcode.gameobjects
com.unity.netcode.gameobjects copied to clipboard
fix: NetworkRigidbody2D not changing body type with authority [MTT-8510]
This PR resolves the issue with NetworkRigidbody2D not changing the Rigidbody2D body type with a change in authority.
fix: #2915
Changelog
- Fixed: Issue where
NetworkRigidbody2Dwould not properly change body type based on the instance's authority when spawned.
Testing and Documentation
- Includes integration tests.
- No documentation changes or additions were necessary.