Mirror Versions Save

#1 Open Source Unity Networking Library

v89.6.0

1 month ago

89.6.0 (2024-03-24)

Features

  • SyncSet: Add individual Actions for operations (f15b9f3)

v89.5.1

1 month ago

89.5.1 (2024-03-24)

Bug Fixes

  • SyncSet: Change Callback to Action (527b754)
  • SyncSet: Clear after Callback (ee61745)

v89.5.0

1 month ago

89.5.0 (2024-03-23)

Features

  • SyncList: Add individual Actions for operations (#3794) (5e1c802)

v89.4.2

1 month ago

89.4.2 (2024-03-23)

Bug Fixes

  • SyncList: Change Callback to Action (f2b8986)
  • SyncList: Clear after Callback (7236447)

v89.4.1

1 month ago

89.4.1 (2024-03-23)

Bug Fixes

  • PredictedRigidbody now always teleports to corrections to avoid objects not being able to move to a corrected position if there's another object inbetween (f2d43de)

v89.4.0

1 month ago

89.4.0 (2024-03-23)

Features

  • SyncDictionary: Add individual Actions for operations (#3791) (81238b6)

v89.3.7

1 month ago

89.3.7 (2024-03-22)

Bug Fixes

v89.3.6

1 month ago

89.3.6 (2024-03-18)

Bug Fixes

  • Prediction.CorrectHistory now adjusts afterIndex after removals/insertions (a84b786)

Performance Improvements

  • Prediction.CorrectHistory removed O(N) insertion. adjusting successive values is enough. (ac87583)

v89.3.5

1 month ago

89.3.5 (2024-03-17)

Bug Fixes

  • SimpleWeb.jslib: Locally Scope Runtime (dfa5512)

v89.3.4

2 months ago

89.3.4 (2024-03-16)

Bug Fixes

  • SimpleWeb: scope websocket locally instead of globally (b062fe7)