Skip to content

Releases: James-Frowen/NetworkPositionSync

v3.1.1

07 Dec 15:14
Compare
Choose a tag to compare

3.1.1 (2021-12-07)

Bug Fixes

  • fixing typo in teleport function (162fb45)
  • removing old code from AddBehaviour (73a0a75)

v3.1.0

06 Dec 23:47
Compare
Choose a tag to compare

3.1.0 (2021-12-06)

Features

  • adding teleport function (4ca3ae7)

v3.0.0

06 Dec 23:33
Compare
Choose a tag to compare

3.0.0 (2021-12-06)

Features

  • coverting code to work with mirage (15f9a18)

BREAKING CHANGES

  • code no longer supports mirror

v2.0.5

18 Jun 19:49
Compare
Choose a tag to compare

2.0.5 (2021-06-18)

Bug Fixes

  • updating bit packing module (c2f6783)

v2.0.4

11 Jun 12:18
Compare
Choose a tag to compare

2.0.4 (2021-06-11)

Bug Fixes

  • fixing compile error in logger (fdde020)
  • setting default log level to error (b4cc371)

v2.0.3

11 Jun 00:01
Compare
Choose a tag to compare

2.0.3 (2021-06-11)

Bug Fixes

v2.0.2

10 Jun 22:02
Compare
Choose a tag to compare

2.0.2 (2021-06-10)

Bug Fixes

  • fixing materials not being being included in example (bd6a515)

v2.0.1

10 Jun 21:44
Compare
Choose a tag to compare

2.0.1 (2021-06-10)

Bug Fixes

  • including FollowPet example in package (a2c038c)

v2.0.0

10 Jun 18:59
Compare
Choose a tag to compare

2.0.0 (2021-06-10)

Features

  • Better Time interpolation
  • Adding bit packing
  • New example with moving Server objects

Bug Fixes

  • Fixed host mode problems

BREAKING CHANGES

  • many settings moved to SyncPositionPacker
  • assetSet removed
  • Register Handler methods now have a server and client method, so that they work better in host mode

v1.0.1

10 Jun 17:14
Compare
Choose a tag to compare

1.0.1 (2021-06-10)

Bug Fixes

  • BitPacking: making sure 0 stays 0 after unpacking (2045dcd)