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.
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
Added: A bunch of changes (list is WIP)
Testing and Documentation
Includes integration tests and updates to tests.
Includes documentation for previously-undocumented public API entry points.
Includes edits to existing public API documentation.
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