Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v86.5.1

Published by github-actions[bot] 11 months ago

86.5.1 (2023-11-27)

Bug Fixes

  • SWT: Improve OnClientError / OnServerError (7b3b730)
  • SWT: Port get/set based on platform (af5627e)
  • SWT: Use server port in ClientConnect (dcccaa9)
Mirror - v86.5.0

Published by github-actions[bot] 11 months ago

86.5.0 (2023-11-25)

Features

  • Added NetworkDiagnosticsDebugger to log messages sent and received (#3665) (21bc42f)
Mirror - v86.4.3

Published by github-actions[bot] 11 months ago

86.4.3 (2023-11-25)

Bug Fixes

  • NetworkClient: GUILayout tiny bit wider (5ac3cdb)
Mirror - v86.4.2

Published by github-actions[bot] 11 months ago

86.4.2 (2023-11-25)

Bug Fixes

  • Multiplex: ToString all on one line (74df250)
Mirror - v86.4.1

Published by github-actions[bot] 11 months ago

86.4.1 (2023-11-24)

Bug Fixes

  • NetworkIdentity: Made clientStarted public and moved it up (28a876c)
  • NetworkManager: Move networkAddress check up in StartClient (11dc4a9)
Mirror - v86.4.0

Published by github-actions[bot] 11 months ago

86.4.0 (2023-11-24)

Features

Mirror - v86.3.0

Published by github-actions[bot] 11 months ago

86.3.0 (2023-11-22)

Features

Mirror - v86.2.2

Published by github-actions[bot] 11 months ago

86.2.2 (2023-11-22)

Bug Fixes

Mirror - v86.2.1

Published by github-actions[bot] 11 months ago

86.2.1 (2023-11-22)

Bug Fixes

  • SWT: silenced silly error logs (b9b80c4)
Mirror - v86.2.0

Published by github-actions[bot] 11 months ago

86.2.0 (2023-11-21)

Features

  • Reader/Writer: Added LayerMask Support (eb66d81)
Mirror - v86.1.1

Published by github-actions[bot] 11 months ago

86.1.1 (2023-11-21)

Bug Fixes

  • PlayerPredicted: Fixed deprecated FindObjectOfType (fd049fc)
Mirror - v86.1.0

Published by github-actions[bot] 11 months ago

86.1.0 (2023-11-21)

Bug Fixes

  • ClientWebsocketSettingsDrawer: Syntax Error (0aef642)

Features

  • [SimpleWebTransport] Add ability to specify a custom client port (for reverse proxy scenarios not using port 80/443) (#3648) (2425898)
Mirror - v86.0.0

Published by github-actions[bot] 11 months ago

86.0.0 (2023-11-20)

Breaking Change:

  • Remove PredictedRigidbody auto generated namespace
Mirror - v85.0.0

Published by github-actions[bot] 11 months ago

85.0.0 (2023-11-20)

Bug Fixes

  • AdditiveLevels: Fixed Portal label generation (0c81663)
  • CanvasNetworkManagerHUD: added namespace (1113e45)
  • PhysicsSimulator: Consolidated to Common (ec35774)
  • RandomColor: Consolidated to Common (55e8ca5)

Reverts

  • Revert "fix: #3576 Pings are now stamped with a scene hash so we can drop messages before a (potentially long) scene load. fixes a bug where RTT would be very high after a long scene load. (#3650)" (816b775), closes #3650
Mirror - v84.1.1

Published by github-actions[bot] 11 months ago

84.1.1 (2023-11-15)

Bug Fixes

  • #3576 Pings are now stamped with a scene hash so we can drop messages before a (potentially long) scene load. fixes a bug where RTT would be very high after a long scene load. (#3650) (c729fe1)
Mirror - v84.1.0

Published by github-actions[bot] 11 months ago

84.1.0 (2023-11-14)

Bug Fixes

Features

  • Prediction October Progress [don't use this yet!] (7514e9b)
Mirror - v84.0.3

Published by github-actions[bot] 12 months ago

84.0.3 (2023-11-10)

Bug Fixes

Mirror - v84.0.2

Published by github-actions[bot] 12 months ago

84.0.2 (2023-11-08)

Bug Fixes

  • EdgegapHosting connect uses passed-in name/version (#3646) (d4734c0)
Mirror - v84.0.1

Published by github-actions[bot] 12 months ago

84.0.1 (2023-11-08)

Bug Fixes

  • EdgegapPlugin now shows detailed progress bar title and indicates 'Uploading' while uploading instead of freezing at 'Build and push: Pushed' for several minutes while uploading (9deff7e)
Mirror - v84.0.0

Published by github-actions[bot] 12 months ago

84.0.0 (2023-11-08)

Bug Fixes

  • Edgegap Plugin 'InvalidOperationException: This instance has already started one or more requests.' when trying to Connect->Disconnect->Reconnect or Start->Stop->Start server (9979745)
  • Edgegap Plugin now creates Dedicated Server instead of Headless --nographics builds which should include #UNITY_SERVER define (4193d75)
  • Edgegap plugin now detects and warns about ARM CPUs instead of deployments failing silently (bb9bf76)
  • EdgegapPlugin EdgegapWindow.cs UIToolkit stylesheet paths aren't hardcoded anymore, allowing users to move Assets/Mirror/Hosting/Edgegap folder (eab8609)
  • EdgegapPlugin now builds properly on ARM machines instead of deployments failing silently (1b5f963)
  • EdgegapPlugin progress bar getting stuck when returning early without clearing it (0a3368a)
  • EdgegapPlugin typo (bcea211)
  • EdgegapPlugin Unity 2019/2020 support (3f31cbd)
  • EdgegapWindow: Simplify clearing ProgressBar (#3645) (7bcaae9)
  • Headless / Dedicated Server detection now works on Unity 2019/2020 without dedicated server build support too (#3643) (42a89a7)
  • MultiplexTransport: Add Server listening output (54309b5)
  • NetworkManager autoStartServerBuild now only auto starts a server in build, not in editor (1641bba)
  • Port log for when Server has started and is listening. (#3642) (b195cc0)

Features

  • NetworkManagerHUD exposes configurable Port field if Transport uses a Port (38c3781)

Reverts

  • Revert "fix: Edgegap Plugin 'InvalidOperationException: This instance has already started one or more requests.' when trying to Connect->Disconnect->Reconnect" (bccebc6)