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.1k stars 430 forks source link

chore: Break up the NetworkVariableSerialization file #2950

Closed EmandM closed 2 weeks ago

EmandM commented 2 weeks ago

Breaks up the NetworkVariableSerialization.cs file into multiple specific files, and refactors some internal naming to be more specific.

This should not change any actual code or any functionality. It is purely a refactor.