Releases: MirrorNetworking/Mirror
Releases · MirrorNetworking/Mirror
v94.3.1
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
94.3.0 (2024-10-15)
Features
- netgraph: universal NetworkGraph with bandwidth + ping in one (#3922) (413694a)
v94.2.2
94.2.2 (2024-10-14)
Bug Fixes
- BouncyCastle: Move BouncyCastle to Encryption Transport Plugins folder (c6be7aa)
v94.2.1
94.2.1 (2024-10-14)
Bug Fixes
- Reward: Simplified and better comments (2b2e413)
v94.2.0
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
94.1.3 (2024-10-11)
Bug Fixes
- Custom Robot Kyle: Normalized RightHand rotation (ed53e0a)
- EncryptionTransport: implement PortTransport (4dd3f1e)
v94.1.2
94.1.2 (2024-10-11)
Bug Fixes
- PickupsDropsChilds scene smaller ground plane (9a7cabc)
- Updated PickupsDropsChilds example (13bc00c)
v94.1.1
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
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