Skip to content

Releases: Unity-Technologies/com.unity.netcode.gameobjects

v8.2.5

04 Apr 07:27
ac9598e
Compare
Choose a tag to compare

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

04 Apr 07:19
Compare
Choose a tag to compare

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

02 Apr 19:21
25ff6bb
Compare
Choose a tag to compare

8.2.3 (2019-04-02)

Bug Fixes

  • custom-messages: Fixed incorrect signature for sending custom messages to multiple clients. (b629890)

v8.2.2

01 Apr 19:32
3b4fcff
Compare
Choose a tag to compare

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

01 Apr 18:57
2b57888
Compare
Choose a tag to compare

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

01 Apr 15:30
dd14b0f
Compare
Choose a tag to compare

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

30 Mar 11:26
906568d
Compare
Choose a tag to compare

8.1.0 (2019-03-30)

Features

  • editor: Added support for multi projects (906568d)

v8.0.1

29 Mar 22:05
d0b79ee
Compare
Choose a tag to compare

8.0.1 (2019-03-29)

Bug Fixes

  • transport: Fixed UNET transport when using non relay (d0b79ee)

v8.0.0

29 Mar 20:04
a6806a7
Compare
Choose a tag to compare

8.0.0 (2019-03-29)

Bug Fixes

  • editor: Fixed channel drawing in editor (c3a6f5b)
  • transport: Fixed enet polling (da9bc3d)

Features

  • config: Added option to disable NetworkedVar (8a5183a)
  • editor: Added EnableNetworkedVar option to inspector (01df746)
  • editor: Added tooltips to NetworkConfig properties (d65f4b1)
  • editor: Fixed Enet channels drawing in editor (f02cc92)
  • editor: Made maxBehaviourUpdatesPerTick property disabled when networkedVars are disabled (af3d032)
  • transport: Added ENET transport (1b709f5)
  • transport: Added UNET user channels (c65fb75)
  • transport: Rewrote transport system and upgraded clientId to 64bit (4bf1965)

BREAKING CHANGES

  • transport: Changes the transport interface and uses 64bit clientIds

v7.3.2

29 Mar 19:47
f096307
Compare
Choose a tag to compare

7.3.2 (2019-03-29)

Bug Fixes

  • spawning: Fixed GetLocalPlayerObject on client (f096307)