issues
search
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
feat: initialized callback
#2973
Open
DSchroer
opened
4 months ago
DSchroer
commented
4 months ago
Add callback during NetoworkManager initialization.
Changelog
Added: Network manager initialized callback
Testing and Documentation
Includes unit tests.
Add callback during NetoworkManager initialization.
Changelog
Testing and Documentation