Skip to content

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

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)

v10.12.0

20 Jun 06:45
f0a1b0b
Compare
Choose a tag to compare

10.12.0 (2019-06-20)

Features

  • Added DSA certificate support (f0a1b0b)

v10.11.2

19 Jun 06:28
0123e8a
Compare
Choose a tag to compare

10.11.2 (2019-06-19)

Bug Fixes

  • Fixed multiplexer send and spread (0123e8a), closes #261

v10.11.1

05 Jun 21:04
Compare
Choose a tag to compare

10.11.1 (2019-06-05)

Bug Fixes

  • docs: Fixed typos and example code of Named Messages (#253) (5d7b0fd)

v10.11.0

04 Jun 15:56
69ff930
Compare
Choose a tag to compare

10.11.0 (2019-06-04)

Features

  • Added transport multiplex adapter (69ff930)

v10.10.1

04 Jun 15:16
4b0936e
Compare
Choose a tag to compare

10.10.1 (2019-06-04)

Bug Fixes

  • Fixed RPC messaging response not being processed (4b0936e)

v10.10.0

03 Jun 15:37
276c709
Compare
Choose a tag to compare

10.10.0 (2019-06-03)

Bug Fixes

Features

  • messaging: Added support for named custom messaging (7e5a0ca)