Mirror

#1 Open Source Unity Networking Library

MIT License

Stars
4.9K
Committers
123

Bot releases are visible (Hide)

Mirror - v89.8.0

Published by github-actions[bot] 4 months ago

89.8.0 (2024-06-12)

Bug Fixes

  • Extensions: GetPositionAndRotation now excluded for 2022.0 or newer (fe93f4e)
  • LatencySimulation: SimulateSend now supports all channels. Fixes a bug where projects with multiple channels could not simulate latency on non-default channels (440b614)

Features

  • NetworkServer: Improves RemovePlayerForConnectsion (#3833) (7c9e8e9)
Mirror - v89.7.4

Published by github-actions[bot] 5 months ago

89.7.4 (2024-05-24)

Bug Fixes

  • LatencySimulation: implement PortTransport since almost all underlying Transports are PortTransports (#3830) (9d7fcca)
Mirror - v89.7.3

Published by github-actions[bot] 5 months ago

89.7.3 (2024-05-20)

Bug Fixes

  • NetworkManager: OnGUI DEBUG only (09efc1c)
Mirror - v89.7.2

Published by github-actions[bot] 5 months ago

89.7.2 (2024-05-20)

Bug Fixes

Mirror - v89.7.1

Published by github-actions[bot] 5 months ago

89.7.1 (2024-05-19)

Bug Fixes

  • NetworkRoomManager: Hashset instead of List (c573936)
Mirror - v89.7.0

Published by github-actions[bot] 6 months ago

89.7.0 (2024-05-05)

Bug Fixes

  • CI: Removed -q in releaserc (b44baa4)
  • Edgegap Hosting: ssl updates (https://github.com/edgegap/edgegap-unity-plugin/commit/b721722b5189b20d41ad4103fd3226fa974e7812) (d7921eb)
  • Kcp: V1.41 [2024-04-28] (63e9191)
  • NetworkConnection: batches are now properly returned to NetworkWriterPool before destroying the connection (#3815) (e35be5f)
  • NetworkRigidbody2D: Obsolete - Use NetworkRigidbodyReliable / NetworkRigidbodyUnreliable 2D instead (c807dae)
  • NetworkServer: Spawn for owner client even when Force Hidden (#3809) (e757dfa)
  • NetworkTransform: assign target to self if not assigned yet in Awake. Fixes NetworkTransformBase.Construct NRE if OnValidate was never called (553bb74)
  • NetworkTransform: Awake now also configures syncInterval and syncScale, in case OnValidate wasn't called (0d36c30)
  • Pool: Return now checks for null entries to avoid nulls creeping into the pool (c047b48)
  • RunUnityTests.yml: Uses email / pass secrets (#3806) (d259094)
  • SyncObjectCollectionField: Pretty SyncCollection Name (#3808) (2769c50)
  • SyncSet: AddOperation now properly handles oldItem (6e6227a)
  • SyncVars: GetSyncVarNetworkBehaviour now validates componentIndex and logs detailed error instead of IndexOutofRangeException (83e381c)

Features

  • MoveToAssetsFolder: Editor Script Moves ScriptTemplates to Assets (#3805) (90fc00a)
  • SyncDictionary: Added OnChange Action (52e6ca3)
  • SyncList: Added OnChange Action (d5bb965)
  • SyncSet: Added OnChange Action (cf20ba2)
  • Transport: Reimplement Transport Exception Actions (#3461) (3e1eb79), closes #3742 #3743 #3741
Mirror - v90.1.4

Published by github-actions[bot] 6 months ago

90.1.4 (2024-04-29)

Mirror - v90.1.3

Published by github-actions[bot] 6 months ago

90.1.3 (2024-04-28)

Mirror - v90.1.2

Published by github-actions[bot] 6 months ago

90.1.2 (2024-04-24)

Mirror - v90.1.1

Published by github-actions[bot] 6 months ago

90.1.1 (2024-04-23)

Mirror - v90.1.0

Published by github-actions[bot] 6 months ago

90.1.0 (2024-04-23)

Features

  • SpatialHashing3D for XYZ to include vertical axis in checks (#3814) (46c7e18)
Mirror - v90.0.5

Published by github-actions[bot] 6 months ago

90.0.5 (2024-04-18)

Mirror - v90.0.4

Published by github-actions[bot] 6 months ago

90.0.4 (2024-04-17)

Mirror - v90.0.3

Published by github-actions[bot] 6 months ago

90.0.3 (2024-04-17)

Mirror - v90.0.2

Published by github-actions[bot] 6 months ago

90.0.2 (2024-04-17)

Mirror - v90.0.1

Published by github-actions[bot] 6 months ago

90.0.1 (2024-04-16)

Mirror - v90.0.0

Published by github-actions[bot] 6 months ago

90.0.0 (2024-04-15)

Breaking Changes

  • NetworkTransform: Use Flags enum for Sync and Interpolation (#3751) (b89fd6b)
Mirror - v89.7.0

Published by github-actions[bot] 6 months ago

89.7.0 (2024-04-14)

Mirror - v89.6.9

Published by github-actions[bot] 6 months ago

89.6.9 (2024-04-10)

Bug Fixes

  • NetworkAnimator: Default animatorSpeed to 1 (#3801) (a96fe27)
Mirror - v89.6.8

Published by github-actions[bot] 6 months ago

89.6.8 (2024-04-08)

Bug Fixes

  • NetworkRigidbody Components: Added missing OnTeleport overrides (#3788) (0726126)