Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v65.0.1

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

65.0.1 (2022-03-09)

Bug Fixes

  • #3106 NetworkClient.ChangeOwner now uses .isLocalPlayer flag to check if OnStopLocalPlayer should be called. (f6df4ed)
Mirror - v65.0.0

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

65.0.0 (2022-02-26)

Mirror - v64.1.2

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

64.1.2 (2022-02-25)

Bug Fixes

  • NetworkAuthenticator methods virtual (c1e05d9)
Mirror - v64.1.1

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

64.1.1 (2022-02-24)

Bug Fixes

  • Chat Example Authenticator (44dfce9)
  • NetworkConnectionToClient in Authenticators (a88b037)
Mirror - v64.1.0

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

64.1.0 (2022-02-23)

Features

  • Allow generic NetworkBehaviour subclasses (#3073) (d67dc74)
Mirror - v64.0.4

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

64.0.4 (2022-02-17)

Bug Fixes

Mirror - v64.0.3

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

64.0.3 (2022-02-16)

Performance Improvements

  • NetworkReader: ReadBytes cleanup. copy buffer directly instead of generating segment first. (f042933)
Mirror - v64.0.2

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

64.0.2 (2022-02-15)

Bug Fixes

  • host mode [SyncVar] setter hooks now support virtual / overwritten functions again (#3102) (72973f4)
Mirror - v64.0.1

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

64.0.1 (2022-02-15)

Bug Fixes

  • host mode [SyncVar] setter hooks now support static functions again (#3101) (4e91833)
Mirror - v64.0.0

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

64.0.0 (2022-02-13)

Features

Mirror - v63.0.3

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

63.0.3 (2022-02-06)

Bug Fixes

Mirror - v63.0.2

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

63.0.2 (2022-02-06)

Bug Fixes

  • Missed a couple NetworkConnectionToClient changes (4e4e001)
Mirror - v63.0.1

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

63.0.1 (2022-02-06)

Bug Fixes

Mirror - v63.0.0

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

63.0.0 (2022-02-06)

Mirror - v62.0.0

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

62.0.0 (2022-02-06)

Mirror - v61.0.0

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

61.0.0 (2022-02-04)

Mirror - v60.3.4

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

60.3.4 (2022-02-03)

Bug Fixes

Mirror - v60.3.3

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

60.3.3 (2022-02-03)

Performance Improvements

  • SyncVar some more inlining (ff11996)
Mirror - v60.3.2

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

60.3.2 (2022-01-31)

Bug Fixes

  • Call OnStopLocalPlayer from ChangeOwner (27e71ac)
Mirror - v60.3.1

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

60.3.1 (2022-01-31)

Bug Fixes

  • #2907 LatencySimulation now uses Time.unscaledTime (e7a2a14)