com.unity.netcode.gameobjects icon indicating copy to clipboard operation
com.unity.netcode.gameobjects copied to clipboard

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

Open NoelStephensUnity opened this issue 1 year ago • 0 comments

This PR resolves the issue with NetworkRigidbody2D not changing the Rigidbody2D body type with a change in authority.

MTT-8510

fix: #2915

Changelog

  • Fixed: Issue where NetworkRigidbody2D would 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.

NoelStephensUnity avatar May 06 '24 17:05 NoelStephensUnity