Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v86.13.3

Published by github-actions[bot] 10 months ago

86.13.3 (2023-12-23)

Bug Fixes

  • #3704 remove old fix for #2353 which caused log spam and isn't needed anymore since the original Mirror issue is long gone (0d64d47)
Mirror - v86.13.2

Published by github-actions[bot] 10 months ago

86.13.2 (2023-12-23)

Bug Fixes

  • Rotation compression using world when null value (#3705) (4caa831)
Mirror - v86.13.1

Published by github-actions[bot] 10 months ago

86.13.1 (2023-12-23)

Bug Fixes

  • NetworkPingDisplay: increase default width so rtt number isn't cut off (88c7fa7)
  • Prediction: PredictedRigidbody now copies all materials, not just the first (f1cf4f6)
  • Prediction: PredictedRigidbody now sets all materials to ghost material, not just one (12e73d3)
  • Prediction: PredictedRigidbodyVisual rotation interpolation now works (58148e0)

Performance Improvements

  • PredictedRigidbody: get mesh renderer only once (0864676)
Mirror - v86.13.0

Published by github-actions[bot] 10 months ago

86.13.0 (2023-12-12)

Features

  • HUD: Support for MultiplexTransport Port (#3662) (5132fa8)
Mirror - v86.12.2

Published by github-actions[bot] 10 months ago

86.12.2 (2023-12-11)

Performance Improvements

  • PlayerController: Changed 4 examples to NT-Reliable (b2d2cae)
Mirror - v86.12.1

Published by github-actions[bot] 10 months ago

86.12.1 (2023-12-11)

Bug Fixes

  • Edgegap Plugin: fix NRE when reloading assets (c1be7b3)
Mirror - v86.12.0

Published by github-actions[bot] 11 months ago

86.12.0 (2023-12-09)

Features:

  • EdgeGap Plugin V2 (#3692)
Mirror - v86.11.1

Published by github-actions[bot] 11 months ago

86.11.1 (2023-12-06)

Performance Improvements

  • SyncVar hook invocations no longer instantiate a new action delegate on every call (#3615) (608429c)
Mirror - v86.11.0

Published by github-actions[bot] 11 months ago

86.11.0 (2023-12-06)

Features

  • NetworkManager: Ability to toggle auto-start in Editor (#3694) (ab99215)
Mirror - v86.10.2

Published by github-actions[bot] 11 months ago

86.10.2 (2023-12-06)

Bug Fixes

  • ConnectionQuality: Move Connection Quality to Network Client (#3693) (92b9933)
Mirror - v86.10.1

Published by github-actions[bot] 11 months ago

86.10.1 (2023-12-05)

Bug Fixes

Mirror - v86.10.0

Published by github-actions[bot] 11 months ago

86.10.0 (2023-12-05)

Bug Fixes

  • ConnectionQuality: reordered enums (f04a2a9)
  • GUIConsole: Changed position / layout (a3cb760)
  • GUIConsole: default hotkey changed to tick (Back Quote) (65fc3db)
  • StinkySteak: Cannot use shortened new() in older Unity (d477189)

Reverts

  • Revert "fix(Examples): Updated scenes and lighting" (b6f86ac)
Mirror - v86.9.1

Published by github-actions[bot] 11 months ago

86.9.1 (2023-12-05)

Bug Fixes

  • Examples: Updated scenes and lighting (e2d63a8)
Mirror - v86.9.0

Published by github-actions[bot] 11 months ago

86.9.0 (2023-12-03)

Features

Mirror - v86.8.0

Published by github-actions[bot] 11 months ago

86.8.0 (2023-12-03)

Bug Fixes

  • KCP: Added port to ToString (#3683) (c1699f8)
  • MultipleAdditiveScenes: Fixed missing RandomColor script on Player (eb08396)
  • Reset walls (f0b4694)
  • Utils: Fix IsHeadless to work in editor for Unity 2021+ (#3680) (f701ae1)

Features

  • NetworkTransform obsolete define removal. (#3687) (16dbeb1)
Mirror - v86.7.1

Published by github-actions[bot] 11 months ago

86.7.1 (2023-12-03)

Bug Fixes

  • KCP: Use compiler symbols in Available (#3668) (93d7bd1)
  • Telepathy: Use compiler symbols in Available (#3667) (98dcffb)
Mirror - v86.7.0

Published by github-actions[bot] 11 months ago

86.7.0 (2023-12-01)

Mirror - v86.6.1

Published by github-actions[bot] 11 months ago

86.6.1 (2023-11-27)

Bug Fixes

  • NetworkManager: Remove check for editor in Start (#3670) (c621049)
Mirror - v86.6.0

Published by github-actions[bot] 11 months ago

86.6.0 (2023-11-27)

Bug Fixes

  • EdgegapHosting: registry/image name/tag whitespaces are trimmed and throw errors instead of failing with "ERROR: "docker buildx build" requires exactly 1 argument." (b0e7703)
  • KCP: Use Log.Info instead of Debug.Log (#3671) (d6c0c17)
  • Telepathy: Shorter Simpler ToString (#3669) (843d265)

Features

Mirror - v86.5.2

Published by github-actions[bot] 11 months ago

86.5.2 (2023-11-27)

Bug Fixes

  • SWT: Changed two logs to Verbose in WebSocketServer (5e33b03)
  • SWT: Removed Console.Clear from ServerSslHelper (6a27496)