Releases: Unity-Technologies/com.unity.netcode.gameobjects
Releases · Unity-Technologies/com.unity.netcode.gameobjects
v7.3.1
7.3.1 (2019-03-29)
Bug Fixes
- spawning: Add objects spawned with authority to the list of client owned objects. (56cbc08)
v7.3.0
7.3.0 (2019-03-28)
Features
- spawning: Added "destroy with scene" feature for networked objects. (311c671)
v7.2.1
7.2.1 (2019-03-28)
Bug Fixes
- networkedvar: Fixed networked var duplexity (c610903), closes #183
v7.2.0
7.2.0 (2019-03-26)
Features
- scene: Added OnSceneSwitched event (7eb2b15)
v7.1.1
7.1.1 (2019-03-26)
Bug Fixes
- serialization: Fixed an issue with serializing non nullable values (68dba4a)
v7.1.0
7.1.0 (2019-03-25)
Features
- serialization: Added support for writing nulls (d6a8bf6)
v7.0.1
7.0.1 (2019-03-25)
Bug Fixes
- spawning: Soft sync instanceId generator was not included in builds (7b30ad0)
v7.0.0
7.0.0 (2019-03-22)
Code Refactoring
- Made Arithmetic constants internal (fb70806)
- Made MLAPIConstants internal (2c74a60)
- Removed legacy BitWriter and BitReader (718676b)
BREAKING CHANGES
- Removed legacy BitWriterDeprecated and BitReaderDeprecated
- Removes Arithmetic constants from the public API
- Removes MLAPIConstants from the public API
v6.2.0
6.2.0 (2019-03-21)
Bug Fixes
- serialization: Fixes reading and writing rotations (287b0e8), closes #178
Features
- serialization: Adds non packed quaternion writing (e0b1d27)
v6.1.5
6.1.5 (2019-03-20)
Bug Fixes
- bitreader: Fixes reading of NetworkedBehaviour instances (5d59eb3)