Releases: MirageNet/Mirage
Releases · MirageNet/Mirage
v143.2.0
Features
- adding script that will make sure object is always visible (0b763cf)
v143.1.0
Features
- adding attribute that instructs Weaver to write a type as generic (1b1e4e6)
v143.0.0
Features
- adding INetworkPlayer to Authenticate (ba54dd2)
BREAKING CHANGES
- Authenticate overrides now require INetworkPlayer argument
v142.0.0
Features
- adding support for Reply Rpc on server side (dc56f27)
BREAKING CHANGES
v141.2.0
Features
- adding syncList methods to set an index as dirty (4dfe8df)
v141.1.0
Features
- NetworkManagerGUI: overhaul the debug controls (#1149) (8b97f36)
v141.0.2
Bug Fixes
- fixing scene objects not being removed from NetworkWorld (546dd3c)
v141.0.1
Bug Fixes
- fixing RPC with multiple components (2ae9ddc)
v141.0.0
- feat!: adding extra SendTo functions on NetworkServer (c5ba561)
Features
- adding overload to create pools without requiring buffer size (9842b40)
BREAKING CHANGES
- Server.SendToMany functions reworked
v140.3.0
Features
- adding option to rethrow exception throw message handler (15f27a4)
Performance Improvements
- moving RPC collection to NetworkIdentity (773910c)