Skip to content

Releases: MirrorNetworking/Mirror

v89.4.0

23 Mar 02:58
81238b6
Compare
Choose a tag to compare

89.4.0 (2024-03-23)

Features

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

v89.3.7

22 Mar 03:15
74a4f25
Compare
Choose a tag to compare

89.3.7 (2024-03-22)

Bug Fixes

v89.3.6

18 Mar 08:37
Compare
Choose a tag to compare

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

17 Mar 18:24
Compare
Choose a tag to compare

89.3.5 (2024-03-17)

Bug Fixes

  • SimpleWeb.jslib: Locally Scope Runtime (dfa5512)

v89.3.4

16 Mar 01:43
Compare
Choose a tag to compare

89.3.4 (2024-03-16)

Bug Fixes

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

v89.3.3

15 Mar 20:18
80687d3
Compare
Choose a tag to compare

89.3.3 (2024-03-15)

Bug Fixes

  • LobbyServiceCreateDialogue: Added warning about Edgegap Lobby Name bug (#3783) (80687d3)

v89.3.2

15 Mar 17:33
9641842
Compare
Choose a tag to compare

89.3.2 (2024-03-15)

Bug Fixes

v89.3.1

15 Mar 15:30
Compare
Choose a tag to compare

89.3.1 (2024-03-15)

Bug Fixes

  • EdgegapLobbyKcpTransport: Fixed HelpURL (3ccf1c1)

v89.3.0

15 Mar 14:25
3a4f68d
Compare
Choose a tag to compare

89.3.0 (2024-03-15)

Features

Performance Improvements

  • PredictedRigidbody MoveTowardsCustom (e7e02c6)
  • PredictedRigidbody MoveTowardsCustom: only calculate distance factor once (52d00aa)
  • PredictedRigidbody smoothFollowThreshold squared caching (3daa3db)

v89.2.4

15 Mar 04:46
Compare
Choose a tag to compare

89.2.4 (2024-03-15)

Performance Improvements

  • PredictedRigidbody caches IsMoving sqr computations (ce00db0)
  • PredictedRigidbody caches physics transform to use GetPositionAndRotation (2a70862)
  • PredictedRigidbody doesn't log "Separating Physics" anymore (3e852d3)
  • PredictedRigidbody doesn't log hard correction when ahead anymore (cd4715f)
  • PredictedRigidbody FixedUpdate caches sqr computations (cbc67ae)
  • PredictedRigidbody RecordState only calls NetworkTime.time getter once (7f0a774)
  • PredictedRigidbody RecordState only grabs count once (fde9089)
  • PredictedRigidbody state properties inlined (1c7cc41)
  • PredictedRigidbody syncs a blittable struct once instead of doing 5 separate reads/writes (a4f4219)
  • PredictedRigidbody UpdateGhosting: only every few frames (0fc6688)
  • Prediction.Sample() removed SortedList foreach iteration allocations(!) (95881c0)