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

feat: distributed authority (NGO_DAMODE removed) #2853

Closed NoelStephensUnity closed 2 months ago

NoelStephensUnity commented 3 months ago

Base on #2852, this is the same update without NGO_DAMODE defines. This is a draft PR to assure all existing integration tests pass prior to migrating this branch into a release/2.0.0 branch. (DO NOT MERGE)

Changelog

Testing and Documentation

NoelStephensUnity commented 2 months ago

no longer needed (use develop-2.0.0)