Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v86.15.11

Published by github-actions[bot] 10 months ago

86.15.11 (2024-01-07)

Bug Fixes

  • NetworkServer: RemovePlayerForConnection use NetworkConnectionToClient (c38603b)
Mirror - v86.15.10

Published by github-actions[bot] 10 months ago

86.15.10 (2024-01-07)

Bug Fixes

  • KCP: KcpClient RawSend may throw ConnectionRefused SocketException when OnDisconnected calls SendDisconnect(), which is fine (7ff1fd0)
Mirror - v86.15.9

Published by github-actions[bot] 10 months ago

86.15.9 (2024-01-07)

Bug Fixes

  • Prediction: InsertCorrection would produce NaN multipliers, spreading through prediction code (df918ec)
Mirror - v86.15.8

Published by github-actions[bot] 10 months ago

86.15.8 (2024-01-06)

Performance Improvements

  • PredictedRigidbody ghost visibility update now only runs every 200ms (febcce9)
  • PredictedRigidbody now caches original renderers instead of calling GetComponentsInChildren every frame (3a34dba)
Mirror - v86.15.7

Published by github-actions[bot] 10 months ago

86.15.7 (2024-01-06)

Bug Fixes

  • InterestManagement: calling OnEnable multiple times doesn't show an error anymore (0cc4726)
Mirror - v86.15.6

Published by github-actions[bot] 10 months ago

86.15.6 (2024-01-04)

Performance Improvements

  • NetworkAnimator: ClientRpc includeOwner False (#3716) (0c46045)
Mirror - v86.15.5

Published by github-actions[bot] 10 months ago

86.15.5 (2024-01-03)

Bug Fixes

  • NetworkManager: No Auth Required for NotReadyMessage (#3715) (882bc6d)
Mirror - v86.15.4

Published by github-actions[bot] 10 months ago

86.15.4 (2024-01-03)

Bug Fixes

Mirror - v86.15.3

Published by github-actions[bot] 10 months ago

86.15.3 (2024-01-03)

Bug Fixes

  • #2852 NetworkAnimator now always serializes and deserializes the exact amount of data, and logs errors if runtime counts are mismatching (#3711) (7faa7a3)
Mirror - v86.15.2

Published by github-actions[bot] 10 months ago

86.15.2 (2024-01-03)

Performance Improvements

Mirror - v86.15.1

Published by github-actions[bot] 10 months ago

86.15.1 (2024-01-02)

Bug Fixes

  • MultipleMatches: Applied ReadOnly Attributes (d2ad0b8)
  • NetworkRoomManager: Applied ReadOnly Attributes (d494ac2)
  • NetworkRoomPlayer: Applied ReadOnly Attributes (6a8502b)
  • PlayerController: Applied ReadOnly Attributes (ee8fda0)
Mirror - v86.15.0

Published by github-actions[bot] 10 months ago

86.15.0 (2024-01-02)

Features

Mirror - v86.14.2

Published by github-actions[bot] 10 months ago

86.14.2 (2024-01-02)

Bug Fixes

  • #3710: NetworkServer.SendToAll/Observers/ReadyObservers now validates packet size while is still known (275d5ad)
Mirror - v86.14.1

Published by github-actions[bot] 10 months ago

86.14.1 (2024-01-02)

Bug Fixes

  • #2810 NetworkAnimator now initializes state in OnEnable too (732c4eb)
Mirror - v86.14.0

Published by github-actions[bot] 10 months ago

86.14.0 (2024-01-01)

Features

  • Chat Example: Bidirectional sync of networkAddress (325cc15)
Mirror - v86.13.8

Published by github-actions[bot] 10 months ago

86.13.8 (2024-01-01)

Bug Fixes

  • MultipleMatches: MatchGUI Toggle OnValueChanged > OnToggleClicked (e119539)
Mirror - v86.13.7

Published by github-actions[bot] 10 months ago

86.13.7 (2024-01-01)

Bug Fixes

Mirror - v86.13.6

Published by github-actions[bot] 10 months ago

86.13.6 (2023-12-30)

Bug Fixes

  • AdditiveLevelsNetworkManager: Simplified singleton (1ccf954)
  • AdditiveNetworkManager: Removed singleton (143dede)
  • AuthorityNetworkManager: Removed singleton (a322f00)
  • BasicNetManager: Removed singleton (ae6a635)
  • ChatNetworkManager: Removed singleton (4c295a8)
  • MatchNetworkManager: Removed singleton (112d6f4)
  • MultiSceneNetManager: Removed singleton (01be4fe)
  • NetworkManagerCharacterSelection: Simplified singleton (a425736)
  • NetworkManager: OnConnectionQualityChanged silenced log spam (a54c8bd)
  • NetworkRoomManagerExt: Simplified singleton (1430027)
Mirror - v86.13.5

Published by github-actions[bot] 10 months ago

86.13.5 (2023-12-24)

Bug Fixes

  • NT Base: Consolidate NT fields to NT Base (#3706) (a8a2e01)
Mirror - v86.13.4

Published by github-actions[bot] 10 months ago

86.13.4 (2023-12-24)

Performance Improvements

  • Examples: Enabled NT Compress Rotation (b9601b9)