Skip to content

Releases: MirrorNetworking/Mirror

v94.3.1

16 Oct 10:52
Compare
Choose a tag to compare

94.3.1 (2024-10-16)

Changes

  • NetworkServer.dontListen renamed to 'listen' to avoid double negative "dontListen=false" to listen (7ab1b39)

Bug Fixes

  • #2536 NetworkServer won't accept connections while listen=false (fe9bbcb)

v94.3.0

15 Oct 08:22
a3027b2
Compare
Choose a tag to compare

94.3.0 (2024-10-15)

Features

  • netgraph: universal NetworkGraph with bandwidth + ping in one (#3922) (413694a)

v94.2.3

14 Oct 10:18
501d8d5
Compare
Choose a tag to compare

94.2.3 (2024-10-14)

Bug Fixes

v94.2.2

14 Oct 08:28
Compare
Choose a tag to compare

94.2.2 (2024-10-14)

Bug Fixes

  • BouncyCastle: Move BouncyCastle to Encryption Transport Plugins folder (c6be7aa)

v94.2.1

14 Oct 06:46
97ce2a8
Compare
Choose a tag to compare

94.2.1 (2024-10-14)

Bug Fixes

  • Reward: Simplified and better comments (2b2e413)

v94.2.0

12 Oct 20:51
Compare
Choose a tag to compare

94.2.0 (2024-10-12)

Bug Fixes

  • KcpServerConnection "invalid channel header" now logs address (d336893)

Features

  • EncryptionTransport: log hardware acceleration status (8f5bf7b)

v94.1.3

11 Oct 13:35
Compare
Choose a tag to compare

94.1.3 (2024-10-11)

Bug Fixes

  • Custom Robot Kyle: Normalized RightHand rotation (ed53e0a)
  • EncryptionTransport: implement PortTransport (4dd3f1e)

v94.1.2

11 Oct 11:17
Compare
Choose a tag to compare

94.1.2 (2024-10-11)

Bug Fixes

  • PickupsDropsChilds scene smaller ground plane (9a7cabc)
  • Updated PickupsDropsChilds example (13bc00c)

v94.1.1

10 Oct 08:12
Compare
Choose a tag to compare

94.1.1 (2024-10-10)

Bug Fixes

  • Examples: Moved dirt and wall textures & materials to _Common (8d37cc3)
  • MirrorTests AsmDef: Restored ref to Mirror.BouncyCastle.Cryptography.dll (9b863f8)
  • PickupsDropsChilds Example: Improved prefabs and scene (90fd0a0)
  • Profiling: Prefabs -> 2019 (7c80a80)
  • TopDownShooter: Repaired NavMesh (75c73c3)

v94.1.0

08 Oct 16:57
Compare
Choose a tag to compare

94.1.0 (2024-10-08)

Bug Fixes

  • #3787 NetworkManager.StopClient() doesn't immediately call OnClientDisconnectInternal anymore (3313fa9)
  • #3787 ThreadedTransport doesn't process Data messages after ClientDisconnect() was called anymore (8b95785)

Features