Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
415 stars 160 forks source link

fix: updated network dictionary to work with newer versions of ngo #253

Open AlexEnnerfelt opened 2 months ago

AlexEnnerfelt commented 2 months ago

changed usage of NetworkVariableSerialization read and write methods to use the new api. changed instances of m_NetworkBehaviour to GetBehaviour(). changed MarkNetworkObjectDirty() to use the base method MarkNetworkBehaviourDirty() changed instances of NativeList.ToArray() to define an Allocator to comply with newer api.

unity-cla-assistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.