Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v44.0.3

Published by github-actions[bot] about 3 years ago

44.0.3 (2021-08-09)

Bug Fixes

  • Multiple Matches example transport to KCP (ed29118)
  • Updated Multiple Matches example to use Match Int. Mgmt. (9aced8f)
Mirror - v44.0.2

Published by github-actions[bot] about 3 years ago

44.0.2 (2021-08-07)

Bug Fixes

  • #2674 - Quaternion Compression LargestAbsoluteComponentIndex largest absolute was accidentally initialized with largest, instead of largest absolute (2aa791a)
Mirror - v44.0.1

Published by github-actions[bot] about 3 years ago

44.0.1 (2021-08-07)

Bug Fixes

  • Raise OnDisconnectedEvent before changing ConnectState (#2870) (95de1a3)
Mirror - v44.0.0

Published by github-actions[bot] about 3 years ago

44.0.0 (2021-08-03)

Mirror - v43.5.4

Published by github-actions[bot] about 3 years ago

43.5.4 (2021-08-03)

Performance Improvements

  • SnapshotInterpolation.GetFirstSecondAndDelta: return instead of Snapshot to avoid boxing (23a663b)
Mirror - v43.5.3

Published by github-actions[bot] about 3 years ago

43.5.3 (2021-08-01)

Bug Fixes

  • #2797 Clear hasAuthority when Destroying and call OnStopAuthority (0d2733c)
Mirror - v43.5.2

Published by github-actions[bot] about 3 years ago

43.5.2 (2021-07-31)

Bug Fixes

  • #2119 - DestroyObject is now called when cleaning up scene identities too. Sends unspawn messages and calls OnStopClient/Server properly. (d466d73)
  • CleanupNetworkIdentities needs to iterate a copied .spawned list becuase we now call DestroyObject directly. previously Destroy would call OnDestroy the next frame. (0f069fc)
Mirror - v43.5.1

Published by github-actions[bot] about 3 years ago

43.5.1 (2021-07-31)

Bug Fixes

  • NetworkAnimator uses double precision time for accuracy over days/weeks (#2840) (7036ea5)
Mirror - v43.5.0

Published by github-actions[bot] about 3 years ago

43.5.0 (2021-07-30)

Features

Mirror - v43.4.3

Published by github-actions[bot] about 3 years ago

43.4.3 (2021-07-29)

Bug Fixes

  • Added missing [Command] attribute to NetworkAnimator.CmdSetAnimatorSpeed (015c4d3)
Mirror - v43.4.2

Published by github-actions[bot] about 3 years ago

43.4.2 (2021-07-29)

Bug Fixes

  • From !isLocalPlayer to !hasAuthority - NetworkTransform2k/NetworkTransformBase.cs (#2855) (7e425d3)
Mirror - v43.4.1

Published by github-actions[bot] about 3 years ago

43.4.1 (2021-07-25)

Bug Fixes

Mirror - v43.4.0

Published by github-actions[bot] about 3 years ago

43.4.0 (2021-07-23)

Mirror - v43.3.1

Published by github-actions[bot] over 3 years ago

43.3.1 (2021-07-20)

Bug Fixes

Mirror - v43.3.0

Published by github-actions[bot] over 3 years ago

43.3.0 (2021-07-19)

Mirror - v43.2.1

Published by github-actions[bot] over 3 years ago

43.2.1 (2021-07-18)

Bug Fixes

  • Removed ServerAuthFailed from Basic Authenticator (ca4c2fd)
Mirror - v43.2.0

Published by github-actions[bot] over 3 years ago

43.2.0 (2021-07-17)

Mirror - v43.1.4

Published by github-actions[bot] over 3 years ago

43.1.4 (2021-07-16)

Bug Fixes

Mirror - v43.1.3

Published by github-actions[bot] over 3 years ago

43.1.3 (2021-07-16)

Bug Fixes

Mirror - v43.1.2

Published by github-actions[bot] over 3 years ago

43.1.2 (2021-07-16)

Bug Fixes

  • NetworkBehaviour dirty check uses double time (#2839) (d516280)
  • NetworkTime.UpdateClient uses double precision time for accuracy over days/weeks (69116bf)