Skip to content

Releases: MirrorNetworking/Mirror

v89.7.2

20 May 10:45
f39521d
Compare
Choose a tag to compare

89.7.2 (2024-05-20)

Bug Fixes

v89.7.1

19 May 12:08
Compare
Choose a tag to compare

89.7.1 (2024-05-19)

Bug Fixes

  • NetworkRoomManager: Hashset instead of List (c573936)

v89.7.0

05 May 14:01
cff6b41
Compare
Choose a tag to compare

89.7.0 (2024-05-05)

Bug Fixes

  • CI: Removed -q in releaserc (b44baa4)
  • Edgegap Hosting: ssl updates (edgegap/edgegap-unity-plugin@b721722) (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

v89.6.9

10 Apr 16:32
a96fe27
Compare
Choose a tag to compare

89.6.9 (2024-04-10)

Bug Fixes

  • NetworkAnimator: Default animatorSpeed to 1 (#3801) (a96fe27)

v89.6.8

08 Apr 06:22
0726126
Compare
Choose a tag to compare

89.6.8 (2024-04-08)

Bug Fixes

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

v89.6.7

07 Apr 15:54
Compare
Choose a tag to compare

89.6.7 (2024-04-07)

Bug Fixes

  • LatencySimulation: unreliable now sends over the correct channel (ae28158)

v89.6.6

02 Apr 08:40
Compare
Choose a tag to compare

89.6.6 (2024-04-02)

Bug Fixes

  • EdgegapHosting: only include enabled scenes in build (#3798) (83d652c)

v89.6.5

28 Mar 17:50
Compare
Choose a tag to compare

89.6.5 (2024-03-28)

Bug Fixes

  • LagCompensator: Updated Attributes (f2291fc)

v89.6.4

28 Mar 14:25
Compare
Choose a tag to compare

89.6.4 (2024-03-28)

Performance Improvements

  • PredictedRigidbody: introduce FAST mode where physics & renderers aren't separated (0c2321a)

v89.6.3

28 Mar 13:45
Compare
Choose a tag to compare

89.6.3 (2024-03-28)

Bug Fixes

  • PredictedRigidbody: increase default motion smoothing angular velocity threshold (5b24c88)