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

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

Closed NoelStephensUnity closed 10 months ago

NoelStephensUnity commented 10 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