Skip to content

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

v11.0.3

05 Aug 19:48
4566032
Compare
Choose a tag to compare

11.0.3 (2019-08-05)

Bug Fixes

  • NetworkConfig CreatePlayerPrefab default value (992cc49)
  • UNET transport task not completing (4566032)

v11.0.2

05 Aug 17:48
ece4ee3
Compare
Choose a tag to compare

11.0.2 (2019-08-05)

Bug Fixes

  • Fixes Validation when no PlayerPrefab is present (ece4ee3)

v11.0.1

05 Aug 17:14
c141dcd
Compare
Choose a tag to compare

11.0.1 (2019-08-05)

v11.0.0

05 Aug 15:48
201fc7f
Compare
Choose a tag to compare

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.

v10.13.4

04 Aug 18:17
8e15dcf
Compare
Choose a tag to compare

10.13.4 (2019-08-04)

Bug Fixes

  • Fixes Nullable struct type reading (8e15dcf), closes #271

v10.13.3

04 Aug 17:23
88bdf8b
Compare
Choose a tag to compare

10.13.3 (2019-08-04)

Bug Fixes

  • NetworkedInstanceId sorting fixed in editor (2f59b0e)

v10.13.2

02 Aug 09:27
cf16315
Compare
Choose a tag to compare

10.13.2 (2019-08-02)

Bug Fixes

  • Fixed NetworkingManager time resync inspector (cf16315)

v10.13.1

17 Jul 15:22
d9af8fc
Compare
Choose a tag to compare

10.13.1 (2019-07-17)

Bug Fixes

  • spawning: Add check for NetworkingManager.IsListening before spawning objects. (a243d2a)
  • Fixed InvokeClientRpcOnEveryoneExcept not working (28309b5), closes #269
  • Removed spamming send queue developer logs (036fc70)

v10.13.0

06 Jul 08:33
2e0dca9
Compare
Choose a tag to compare

10.13.0 (2019-07-06)

Bug Fixes

  • Fixed network position not being respected on approval (549db64), closes #265

Features

  • Exposed channels in NetworkedTransform (53ee470)

v10.12.1

26 Jun 13:10
1144390
Compare
Choose a tag to compare

10.12.1 (2019-06-26)

Bug Fixes

  • Fixed INVALID_MESSAGE_TYPE in profiler (1144390)