Skip to content

Releases: James-Frowen/NetworkPositionSync

v9.0.2

04 Dec 23:24

Choose a tag to compare

9.0.2 (2025-12-04)

Bug Fixes

  • removing [SerializeField] from property (8359d86)

v9.0.1

23 Aug 00:04

Choose a tag to compare

9.0.1 (2024-08-23)

Bug Fixes

  • re-adding NeedsUpdate check for server update (9e7d8c5)

v9.0.0

06 May 20:39

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

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

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

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

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

Choose a tag to compare

6.0.5 (2024-02-08)

Bug Fixes

v6.0.4

08 Feb 00:35

Choose a tag to compare

6.0.4 (2024-02-08)

Bug Fixes

v6.0.3

08 Feb 00:25

Choose a tag to compare

6.0.3 (2024-02-08)

Bug Fixes

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