Releases: Unity-Technologies/com.unity.netcode.gameobjects
Releases · Unity-Technologies/com.unity.netcode.gameobjects
v11.1.0
v11.0.6
v11.0.5
v11.0.4
v11.0.3
v11.0.2
v11.0.1
v11.0.0
11.0.0 (2019-08-05)
Features
- Added support for event driven transports (bf4788e)
- Added support for no PlayerObject (f9275d7)
- Added tasked Socket API (ddaeaf3), closes #263
- Exposed DisconnectClient on NetworkingManager (7481deb)
- Included XML docs with releases (38632f5)
BREAKING CHANGES
- Changes the Transport base class, removes server SendTick
- This changes the connection approval delegate slightly. It also adds a new optional bool to StartHost. In addition, if using the new support for no Player Object, your game code has to be aware of it. All these changes are easy to migrate.