Releases: MirageNet/Mirage
Releases · MirageNet/Mirage
v150.0.0
- feat!: clearing SceneId when spawning object with PrefabHash (d638088)
Features
- adding ClearSceneId function (a492705)
BREAKING CHANGES
- SceneId is now cleared when calling Spawn with PrefabHash
v149.8.0
Features
- making SceneId property public (53de2a0)
v149.7.0
Features
- adding try catch for return RPC (6b7e683)
v149.6.0
Features
- adding UnscaledTime as log option (ab21fbb)
v149.5.2
Bug Fixes
- fixing incorrect log message (e05ab96)
v149.5.1
Bug Fixes
- fixing NRE when DestroyObject is called on unspawned object (ce00f0d)
v149.5.0
Bug Fixes
- fixing using in welcomeWindow for unity2021 (c056f9e)
Features
- adding "dont show" toggle to welcome window (f3eae96)
v149.4.3
Bug Fixes
- logging warning after disconnect instead of invoking other handler (05a72fa)
v149.4.2
Bug Fixes
- making RemoteCallCollection public (7945bd1)
Performance Improvements
- adding IEquatable to SyncVar wrappers (5bb203f)
- using SendToMany for AddNewObservers (69459f5)
v149.4.1
Bug Fixes
- Weaver: fixing AssemblyResolver failing to find system dlls (0551a60)