Releases: Unity-Technologies/com.unity.netcode.gameobjects
Releases · Unity-Technologies/com.unity.netcode.gameobjects
v8.3.1
8.3.1 (2019-04-09)
Bug Fixes
- logging: Fixed invalid log messages (b68568c)
v8.3.0
8.3.0 (2019-04-08)
Features
- Added exceptions to the public API (166cda8)
v8.2.6
8.2.6 (2019-04-05)
Bug Fixes
- spawning: Fixed an issue where host owned objects would not get visibility (7043cfd)
v8.2.5
8.2.5 (2019-04-04)
Bug Fixes
- scene: Changed scene switching to load in single mode (3f6c42f)
- spawning: Fixed RemoveOwnership call not giving the ownership to nobody on hosts (2acfa8b)
v8.2.4
8.2.4 (2019-04-04)
Bug Fixes
- spawning: Fixed ownership indexing for server instances (f1bb0f4)
- unet-channels: Invoking .Clear() on two Dictionaries within the Shutdown-function (#199) (f3bc0e5)
v8.2.3
8.2.3 (2019-04-02)
Bug Fixes
- custom-messages: Fixed incorrect signature for sending custom messages to multiple clients. (b629890)
v8.2.2
8.2.2 (2019-04-01)
Bug Fixes
- scene: Fix temporary scene unload (c38eb05)
- spawning: Fixed start method on new scene objects not firing before scene unload (be1ca2c)
v8.2.1
8.2.1 (2019-04-01)
Bug Fixes
- collections: Fixes an issue where adding values with the indexing property would not replicate (2b57888)
v8.2.0
8.2.0 (2019-04-01)
Bug Fixes
- collections: Fixed NetworkedList and NetworkedDictionary not being cleared in a duplex manner (dd14b0f)
Features
- collections: Added Networked Set (4abc775)
v8.1.0
8.1.0 (2019-03-30)
Features
- editor: Added support for multi projects (906568d)