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.13k stars 433 forks source link

chore: migrate NetworkTransform away from using named messages over to NetworkTransformMessage [MTT-7535] #2810

Closed NoelStephensUnity closed 8 months ago

NoelStephensUnity commented 8 months ago

This PR implements an internal NetworkTransformMessage that NetworkTransform will now use as opposed to using named messages. For future feature compatibility purposes.

MTT-7535

Changelog

Testing and Documentation