Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v87.0.1

Published by github-actions[bot] 9 months ago

87.0.1 (2024-01-22)

Bug Fixes

  • MirrorBenchmarkIdle: Spawn Amount Correction (537bc3f)
Mirror - v87.0.0

Published by github-actions[bot] 9 months ago

87.0.0 (2024-01-22)

Breaking Change

  • NetworkIdentity: Rename visible to visibility (#3748) (3e254f9)
Mirror - v86.19.0

Published by github-actions[bot] 9 months ago

86.19.0 (2024-01-22)

Features

  • NetworkClient: Add ReplaceHandler with channel param (#3747) (50d0008)
Mirror - v86.18.2

Published by github-actions[bot] 9 months ago

86.18.2 (2024-01-21)

Bug Fixes

  • Room Example: Updated Reward Script (4c0d979)
Mirror - v86.18.1

Published by github-actions[bot] 9 months ago

86.18.1 (2024-01-21)

Performance Improvements

  • BenchmarkIdle Example: Lowered spawn amount to 10k (#3745) (b69b5ae)
Mirror - v86.18.0

Published by github-actions[bot] 9 months ago

86.18.0 (2024-01-20)

Bug Fixes

  • InterestManagement: Separate ResetState (#3743) (e10ab75)
  • NetworkIdentity: Separate ResetState (#3742) (dd1a457)
  • Updated Network Transform Template (87979ae)

Features

  • NetworkTransform: Default Sync Direction = Client To Server (#3741) (258a84c)
Mirror - v86.17.6

Published by github-actions[bot] 9 months ago

86.17.6 (2024-01-19)

Bug Fixes

Mirror - v86.17.5

Published by github-actions[bot] 9 months ago

86.17.5 (2024-01-19)

Bug Fixes

Mirror - v86.17.4

Published by github-actions[bot] 9 months ago

86.17.4 (2024-01-14)

Bug Fixes

  • NetworkMatch: Added read only display of MatchID (f963f0e)
Mirror - v86.17.3

Published by github-actions[bot] 9 months ago

86.17.3 (2024-01-13)

Bug Fixes

  • NetworkAnimator: Added gameObject to Debug.LogWarnings (4e5e7a1)
Mirror - v86.17.2

Published by github-actions[bot] 9 months ago

86.17.2 (2024-01-11)

Bug Fixes

  • NetworkAnimator: Enable -> OnEnable (d5bbfee)
  • Prediction: revert to previous Sample() implementation, but with manual 'afterIndex' counting to fix failing test (383aff2)

Performance Improvements

  • Prediction: CorrectHistory now starts at the 'afterIndex' from Sampling. replaces two full iterations with two half = one full iteration (d525be9)
Mirror - v86.17.1

Published by github-actions[bot] 9 months ago

86.17.1 (2024-01-10)

Bug Fixes

Mirror - v86.17.0

Published by github-actions[bot] 9 months ago

86.17.0 (2024-01-10)

Bug Fixes

  • NetworkServer: Log message cleanup (ac72d36)
  • Weaver: Move InvokeRpcPrefix from Weaver to RemoteProcedureCalls (#3731) (110580a)

Features

  • RemoteProcedureCalls: Added GetFunctionMethodName (#3732) (d86d297)
Mirror - v86.16.5

Published by github-actions[bot] 9 months ago

86.16.5 (2024-01-10)

Bug Fixes

  • NetworkManager: Prevent client from calling ServerChangeScene (#3729) (6e0c4a6)
  • SyncVarAttributeAccessReplacer: Corrected error log message (6445547)

Performance Improvements

  • PredictedRigidbody: comparing idle objects now skips recording state (= inserting into tree structure) as well (b3e102e)
Mirror - v86.16.4

Published by github-actions[bot] 9 months ago

86.16.4 (2024-01-10)

Bug Fixes

  • NetworkBehaviour: Improved OnValidate Error Logging (28b1e8b)
  • NetworkIdentity: Improved DisallowChildNetworkIdentities Error Logging (8543f1f)
Mirror - v86.16.3

Published by github-actions[bot] 9 months ago

86.16.3 (2024-01-09)

Bug Fixes

  • NT-Unreliable Quaternion Compression Fix (#3725) (dd95001)
Mirror - v86.16.2

Published by github-actions[bot] 10 months ago

86.16.2 (2024-01-08)

Performance Improvements

  • Prediction: replace O(logN) binary search with O(1) in RecordState (587a5fe)
Mirror - v86.16.1

Published by github-actions[bot] 10 months ago

86.16.1 (2024-01-08)

Bug Fixes

  • PredictedRigidbody: now snaps into place below a velocity threshold to fix dancing rigidbodies near rest position due to prediction fighting with corrections (ba16e2f)
Mirror - v86.16.0

Published by github-actions[bot] 10 months ago

86.16.0 (2024-01-08)

Features

  • NetworkClient: Add RegisterHandler with ChannelId (#3728) (e329149)
Mirror - v86.15.12

Published by github-actions[bot] 10 months ago

86.15.12 (2024-01-08)

Bug Fixes

  • Multiplexer: Avoid KeyNotFoundException in OriginalId (#3723) (1299676), closes #3719