Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v43.1.1

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

43.1.1 (2021-07-16)

Bug Fixes

  • SceneInterestManagement OnCheckObserver uses identity.gameObject instead of own gameObject (fecfcd3)
  • SceneInterestManagement OnSpawned uses identity.gameObject instead of own gameObject (02ad57c)
Mirror - v43.1.0

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

43.1.0 (2021-07-15)

Bug Fixes

  • #2536, #2834 - stop transport server even if dontListen in case it was enabled at runtime (08c74de)
  • Prevent recursion overflow when stopping (#2833) (32fdd52), closes #2080
  • Reset lastPingTime (#2832) (8453a03)
  • Updated Compiler Symbols to MIRROR_43_0_OR_NEWER (8717b60)

Features

Mirror - v43.0.2

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

43.0.2 (2021-07-15)

Bug Fixes

  • Added empty version file (35e4122)
Mirror - v43.0.1

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

43.0.1 (2021-07-14)

Bug Fixes

  • Call StopDiscovery when stopping Host/Server/Client in DiscoveryHUD (0b4fd22), closes #2477
Mirror - v43.0.0

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

43.0.0 (2021-07-14)

Mirror - v42.5.0

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

42.5.0 (2021-07-14)

Mirror - v42.4.0

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

42.4.0 (2021-07-14)

Bug Fixes

  • DistanceInterestManagement initial range check uses '<' instead of '<=' for consistency with the other range checks (99316d6)
Mirror - v42.3.0

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

42.3.0 (2021-07-14)

Features

Mirror - v42.2.13

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

42.2.13 (2021-07-13)

Bug Fixes

Mirror - v42.2.12

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

42.2.12 (2021-07-10)

Bug Fixes

  • FallbackTransport didn't propagate Early/LateUpdate (9b160bc)
Mirror - v42.2.11

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

42.2.11 (2021-07-08)

Bug Fixes

  • #2822 - OnClientDisconnect wasn't called for host disconnect because LocalConnectionToServer wouldn't call OnTransportDisconnected (#2823) (b305741)
Mirror - v42.2.10

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

42.2.10 (2021-07-08)

Bug Fixes

  • #2818 NetworkClient Disconnecting state added. Disconnect now sets state to Disconnecting. OnTransportDisconnected doesn't early return anymore because state was == Disconnected already before. fixes OnClientDisconnect not being called for remote connections. (#2821) (1c23b70)
Mirror - v42.2.9

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

42.2.9 (2021-07-08)

Bug Fixes

  • #2793 - Interest Management V2 now offers SetHostVisibility overwriting (#2813) (fb052a3)
Mirror - v42.2.8

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

42.2.8 (2021-07-07)

Bug Fixes

  • serialization precision over days by using frameCount instead of single precision time (#2815) (188be9e)
Mirror - v42.2.7

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

42.2.7 (2021-07-07)

Bug Fixes

  • nimoyd unbatcher InvalidOperationException (#2812) (80387ff)
Mirror - v42.2.6

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

42.2.6 (2021-07-06)

Bug Fixes

Mirror - v42.2.5

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

42.2.5 (2021-06-30)

Bug Fixes

  • fixed order of fields in NT Base (6bb97ab)
Mirror - v42.2.4

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

42.2.4 (2021-06-30)

Bug Fixes

  • Added null check and error logging to OnDeserializeAllSafely (b86c861)
Mirror - v42.2.3

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

42.2.3 (2021-06-30)

Bug Fixes

Mirror - v42.2.2

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

42.2.2 (2021-06-26)

Bug Fixes

  • OverrideVirtualWithBaseCallsBothVirtualAndBase etc. failing tests because Weaver Cmd/Rpc SubstitueMethods couldn't be accessed by inheriting classes (ff218ad)
  • Weaver Generated Cmd/Rpc should be private (#2799) (74ae04d)