Skip to content

Releases: James-Frowen/NetworkPositionSync

v9.0.0

06 May 20:39
Compare
Choose a tag to compare

9.0.0 (2024-05-06)

  • fix!: fixing messages being sent to unauthenticated players (dea4da5)

BREAKING CHANGES

  • updating to mirage 149.1.0

v8.0.0

01 Apr 15:53
Compare
Choose a tag to compare

8.0.0 (2024-04-01)

  • feat!: changing SyncMode to just have SendToAll and SendToObservers (b9eedeb)

BREAKING CHANGES

  • SyncMode now only has two modes. SendToDirtyObservers_PackOnce mode renamed to SendToObservers and index changed from 4 to 2, Validate should auto convert from 4 to 2

v7.0.2

23 Feb 13:20
Compare
Choose a tag to compare

7.0.2 (2024-02-23)

Bug Fixes

  • stopping warnings from use of Obsolete InterpolationTimeField (051e618)

v7.0.1

19 Feb 16:33
Compare
Choose a tag to compare

7.0.1 (2024-02-19)

Bug Fixes

  • fixing time packing returning negative values (3ad84f2)

v7.0.0

11 Feb 19:46
Compare
Choose a tag to compare

7.0.0 (2024-02-11)

  • fix!: changing time to be double (e632c85)

BREAKING CHANGES

  • time fields are now double instead of float

v6.0.5

08 Feb 00:38
Compare
Choose a tag to compare

6.0.5 (2024-02-08)

Bug Fixes

v6.0.4

08 Feb 00:35
Compare
Choose a tag to compare

6.0.4 (2024-02-08)

Bug Fixes

v6.0.3

08 Feb 00:25
Compare
Choose a tag to compare

6.0.3 (2024-02-08)

Bug Fixes

  • improving default timescale value and adding value to inspector (35aae3e)

v6.0.2

08 Feb 00:22
Compare
Choose a tag to compare

6.0.2 (2024-02-08)

Bug Fixes

v6.0.1

14 Jan 11:05
Compare
Choose a tag to compare

6.0.1 (2024-01-14)

Bug Fixes

  • adding check for time out of order (4f01483)
  • fixing mirage version in package (17dcb0c)