Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v88.1.1

Published by github-actions[bot] 8 months ago

88.1.1 (2024-02-08)

Bug Fixes

  • SWT: Improved logging in ClientHandshake (fab8786)
Mirror - v88.1.0

Published by github-actions[bot] 9 months ago

88.1.0 (2024-02-07)

Features

  • NetworkAnimator: Default Sync Direction = Client To Server (1d5c8b6)
Mirror - v88.0.0

Published by github-actions[bot] 9 months ago

88.0.0 (2024-02-07)

Mirror - v87.2.5

Published by github-actions[bot] 9 months ago

87.2.5 (2024-02-05)

Performance Improvements

  • PredictedRigidbody: OnSerialize faster (1bd84f0)
Mirror - v87.2.4

Published by github-actions[bot] 9 months ago

87.2.4 (2024-02-05)

Bug Fixes

  • PredictedRigidbody: fix host mode [FakeByte] (8e21a21)
  • PredictedRigidbody: only show 'hard correcting because too old' warning if older than entire state history limit. not when starting to record only 2-3 entries yet. (0556eb2)
Mirror - v87.2.3

Published by github-actions[bot] 9 months ago

87.2.3 (2024-02-02)

Performance Improvements

  • PredictedRigidbody: reduce sends to 1 Hz while idle(!) (d00af69)
Mirror - v87.2.2

Published by github-actions[bot] 9 months ago

87.2.2 (2024-02-02)

Performance Improvements

  • PredictedRigidbody: only record state if changed(!) (6b44b2a)
Mirror - v87.2.1

Published by github-actions[bot] 9 months ago

87.2.1 (2024-02-01)

Bug Fixes

  • NetworkManager: FinishStartHost-Don't force localhost (#3759) (5411066)
Mirror - v87.2.0

Published by github-actions[bot] 9 months ago

87.2.0 (2024-02-01)

Features

  • NT-UR bit flag changed detection to lower bandwidth usage. (#3721) (fbd64df)
Mirror - v87.1.7

Published by github-actions[bot] 9 months ago

87.1.7 (2024-02-01)

Bug Fixes

  • NetworkClient: Call NetworkTime.SendPing from OnTransportConnected (#3686) (188a410)
Mirror - v87.1.6

Published by github-actions[bot] 9 months ago

87.1.6 (2024-01-30)

Bug Fixes

  • MultiplexTransport: Use TryGetValue for Lookups (#3758) (72f085c)
Mirror - v87.1.5

Published by github-actions[bot] 9 months ago

87.1.5 (2024-01-30)

Bug Fixes

  • MultiplexTransport: Fixed log output (3ed770a)
Mirror - v87.1.4

Published by github-actions[bot] 9 months ago

87.1.4 (2024-01-29)

Performance Improvements

  • Extensions: Add shim for transform.GetPositionAndRotation (#3755) (dd7337c)
  • PredictedRigidbody: next round of optimizations (158c597)
Mirror - v87.1.3

Published by github-actions[bot] 9 months ago

87.1.3 (2024-01-29)

Bug Fixes

  • MultiplexTransport: Better Startup Logging (c5aa7d5)
Mirror - v87.1.2

Published by github-actions[bot] 9 months ago

87.1.2 (2024-01-28)

Performance Improvements

  • Prediction: cache .transform getter because this is performance critical (f926514)
  • Prediction: optimize ghosts. deep profiling: 93 objects before=0.08ms after =0.03ms! (2b92ac7)
  • Prediction: optimize LateUpdate because this shows in profiler! deep profiling: 93 objects, before=0.54ms, after=0.22ms => 2.5x faster! (1899539)
Mirror - v87.1.1

Published by github-actions[bot] 9 months ago

87.1.1 (2024-01-25)

Performance Improvements

Mirror - v87.1.0

Published by github-actions[bot] 9 months ago

87.1.0 (2024-01-25)

Features

Mirror - v87.0.4

Published by github-actions[bot] 9 months ago

87.0.4 (2024-01-24)

Bug Fixes

  • Prediction: child colliders now have the correct layer too (38129b7)
Mirror - v87.0.3

Published by github-actions[bot] 9 months ago

87.0.3 (2024-01-24)

Bug Fixes

  • Prediction: when copying child Colliders, copy their relative position/rotation/scale too (3c3c5c5)
Mirror - v87.0.2

Published by github-actions[bot] 9 months ago

87.0.2 (2024-01-23)

Bug Fixes

  • Prediction: fix MoveColliders not copying isTrigger (bf771e2)
  • Prediction: now supports interest management by moving physics copy's components back onto self before destroying the physics copy (c87c74b)