Change Log

Mirror is published to the Asset Store at the start of every month, unless some critical issue causes a delay.

Mirror uses semantic versioning, and the versions shown here are those that were published to the Asset Store, and occasionally major version bumps happen mid-month between store submissions and are therefore not individually shown here.

v94.x.x -- In Progress

Added

  • Network Manager now has a Clear button for spawnable prefabs.

  • Scene Distance Interest Management (combines Scene and Distance IM's).

  • Interest Management SetHostVisibility now handles terrains with tree details, lights, audio sources, and particle systems correctly.

  • NetworkTransform now exposes velocity and angularVelocity on the receiving side.

  • Encryption Transport now logs hardware accelleration status.

  • PlayerControllerRB in example controllers: uses non-kinematic rigidbody instead of Character Controller.

  • Vector4Long implemented for quarternions delta compression.

  • Half Floats for Quaternion compression.

  • Entering play mode while in prefab edit mode works now.

  • HashSet is now supported in SyncVar / Command / ClientRpc / TargetRpc / NetworkMessage.

  • NetworkIdentity.OnDestroy verifies spawned[netId] before removing.

  • NetworkTransformHybrid that emits Reliable full state on a slow interval and Unreliable deltas in between.

  • PlayerTest example now has PlayerContollerHybrid prefab for testing.

  • HashSet is now a supported type for SyncVar / Cmd / Rpc.

  • HalfFloats added to Compression.

Fixes

  • Reader / Writer Processor now works across assemblies.

  • Simple Web Transport jslib improved to support more platforms.

  • Network Manager StopClient no longer calls OnClientDisconnectInternal (Transport calls it).

  • NetworkServer now correctly calls NetworkClient.InvokeUnSpawnHandler from UnSpawnInternal

  • Netgraph improvements.

  • Examples updated.

  • Edgegap Plugin updated to 2.3.1.

  • Encryption Transport now implements Port Transport.

  • Network Server now checks listen and rejects connections if not listening.

  • KCP handles nulls in OnClientError during shutdown better now.

  • Room and Multiple Additive Scene examples now demonstrate Pooling (See Spawner and Reward scripts).

  • Portal script in Additive Levels example now properly waits for RemovePlayerForConnection to complete.

  • PredictionUtils now correctly sets freeze rotation before constraints.

  • Entering playmode when in prefab edit mode is no longer prevented (now it works).

Changes

  • NetworkClient, for initial spawning, now defers applying spawn payload until after instantiating all networked objects and adding them into the spawned dictionary. This means SyncVars and Sync* collections that cross-reference other networked objects should be much more robust, as the long-standing race condition should now be eliminated.

  • Network Server dontListen renamed to listen to eliminate double negative bool.

  • Deprecated Network Manager's virtual OnApplicationQuit - Use OnDestroy instead.

  • Deprecated Transport's virtual OnApplicationQuit - Use OnDestroy instead.

  • Deprecated Snapshot interpolation settings in Network Client in favor of SnapShotSettings.

  • Bouncy Castle moved to Encryption Transport folder.

Last updated