Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v60.3.0

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

60.3.0 (2022-01-30)

Features

Mirror - v60.2.4

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

60.2.4 (2022-01-29)

Bug Fixes

Mirror - v60.2.3

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

60.2.3 (2022-01-29)

Bug Fixes

  • #3044 Revert "perf: NetworkWriter/Reader Write/ReadBlittable for 4-6x performance improvement! (based on #2441) (#3036)" (c030574)

Performance Improvements

  • kcp 2K V1.17 [2022-01-09] (80a3d4b)
Mirror - v60.2.2

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

60.2.2 (2022-01-25)

Performance Improvements

Mirror - v60.2.1

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

60.2.1 (2022-01-20)

Bug Fixes

Mirror - v60.2.0

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

60.2.0 (2022-01-19)

Features

Mirror - v60.1.0

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

60.1.0 (2022-01-19)

Mirror - v60.0.1

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

60.0.1 (2022-01-18)

Bug Fixes

  • Network Manager Template singleton (85e86bd)
Mirror - v60.0.0

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

60.0.0 (2022-01-18)

Performance Improvements

  • NetworkServer.OnCommandMessage doesn't requires NetworkIdentity.CommandRequiresAuthority check anymore. (c55e42f)
Mirror - v59.0.0

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

59.0.0 (2022-01-18)

Mirror - v58.0.0

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

58.0.0 (2022-01-18)

Bug Fixes

Performance Improvements

  • NetworkServer.BroadcastToConnection ClearDirtyComponentsDirtyBits() moved into NetworkIdentity.GetSerializationAtTick. O(N*M) => O(N) (#3049) (94985ee)
  • NetworkTime.localTime uses Unity 2020 Time.timeAsDouble instead of stopwatch if available. Makes IsDirty() check a lot faster. (#3050) (bfbcef6)
Mirror - v57.0.2

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

57.0.2 (2022-01-16)

Performance Improvements

  • NetworkWriter/Reader Write/ReadBlittable for 4-6x performance improvement! (based on #2441, #3036). This time with Android fix. (#3047) (b54d086)
Mirror - v57.0.1

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

57.0.1 (2022-01-15)

Bug Fixes

  • #3044 Revert "perf: NetworkWriter/Reader Write/ReadBlittable for 4-6x performance improvement! (based on #2441) (#3036)" (2b441d1)
  • Use TryGetComponent in DistantInterestManagement (#3046) (8a93034)

Performance Improvements

  • kcp 2K V1.17 [2022-01-09] (5523499)
Mirror - v57.0.0

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

57.0.0 (2022-01-06)

Mirror - v56.0.0

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

56.0.0 (2022-01-06)

Mirror - v55.3.9

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

55.3.9 (2022-01-06)

Reverts

  • Revert "fix: NetworkManagerHUD use NetworkManager.singleton" (eff3687)
Mirror - v55.3.8

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

55.3.8 (2021-12-29)

Bug Fixes

  • InterestManagement Awake (893cb45)
Mirror - v55.3.7

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

55.3.7 (2021-12-28)

Bug Fixes

  • fixed warnings (b659bde)
  • fixed warnings (502d091)
  • NetworkManagerHUD use NetworkManager.singleton (2940118)
Mirror - v55.3.6

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

55.3.6 (2021-12-28)

Bug Fixes

  • RuntimeInitializeOnLoadMethod BeforeSceneLoad (473b9f1)
Mirror - v55.3.5

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

55.3.5 (2021-12-27)

Bug Fixes

  • Fixed PlayerCamera scripts in examples (e7cec4f)
  • SetClientNotReady must always notify client (78275ab)