Skip to content

Releases: MirrorNetworking/Mirror

v96.9.9

14 Jan 17:01
263bf96

Choose a tag to compare

96.9.9 (2026-01-14)

Bug Fixes

  • Defer SyncVar hooks until OnObjectSpawnFinished (#4084) (263bf96)

v96.9.8

12 Jan 08:45
81d53df

Choose a tag to compare

96.9.8 (2026-01-12)

Bug Fixes

  • host client SyncVar hooks ignoring AOI visibility (#4079) (81d53df)

v96.9.7

12 Jan 08:31
caaf7e1

Choose a tag to compare

96.9.7 (2026-01-12)

Bug Fixes

  • ThreadLog capturing logs from all threads instead of only Mirror threads (#4082) (caaf7e1)

v96.9.6

11 Jan 10:07
5d7f0b4

Choose a tag to compare

96.9.6 (2026-01-11)

Bug Fixes

  • NullReferenceException in StopClient when StartHost fails (#4081) (b4083a5)
  • ServerUri() for hostnames with non-ASCII/invalid URI characters in all transports (#4080) (5d7f0b4)

v96.9.5

09 Jan 13:25

Choose a tag to compare

96.9.5 (2026-01-09)

Bug Fixes

  • UniqueNameAuthenticator: Silenced noisy Debug.Logs (3a6945f)

v96.9.4

08 Jan 13:00
8e2a331

Choose a tag to compare

96.9.4 (2026-01-08)

Bug Fixes

  • #4070 Host called command has null sender connection when server owns object (#4072) (8e2a331)

v96.9.3

28 Dec 14:32

Choose a tag to compare

96.9.3 (2025-12-28)

Bug Fixes

  • NetworkAuthenticator: Unity 2019 Compatibility (809b279)

v96.9.2

25 Dec 22:48
0cd8c39

Choose a tag to compare

96.9.2 (2025-12-25)

Bug Fixes

  • NetworkScenePostProcess: Only process the last loaded scene (#4076) (0cd8c39), closes #4066

v96.9.1

25 Dec 15:46

Choose a tag to compare

96.9.1 (2025-12-25)

Bug Fixes

  • HUD and GUIConsole: Moved HUD up and adjusted GUIConsole to match (debae9b)
  • SimpleWebTransport: Backwards Compatibility (f83cd39)
  • SimpleWebTransport: CloseConnection and KickClient changed to voids (08a70c2)
  • SimpleWebTransport: Improved Logging (9595eec)
  • SimpleWebTransport: Null check for invoking onDispose (8f26c2c)
  • SimpleWebTransport: Too many calls to conn.Dispose (d78fe19)

v96.9.0

23 Dec 20:54

Choose a tag to compare

96.9.0 (2025-12-23)

Features

  • Added UniqueNameAuthenticator (2a84e1d)

Bug Fixes

  • Added Authenticators to Examples AsmDef (fb1e8ee)
  • Chat Example: Use UniqueNameAuthenticator (dded161)