Skip to content

Releases: MirageNet/Mirage

v146.3.1

05 Oct 18:37
Compare
Choose a tag to compare

146.3.1 (2023-10-05)

Bug Fixes

  • fixing null ref when using syncObject (362044a)

v146.3.0

02 Oct 22:28
Compare
Choose a tag to compare

146.3.0 (2023-10-02)

Features

  • Example: adding scene per match example (5e7911f)

v146.2.2

21 Aug 18:08
Compare
Choose a tag to compare

146.2.2 (2023-08-21)

Bug Fixes

  • Weaver: fixing serialize methods for when type is not resolved (21f1aee)

Performance Improvements

  • using cached Id for value types (dccdbf3)

v146.2.1

02 Aug 13:58
Compare
Choose a tag to compare

146.2.1 (2023-08-02)

Bug Fixes

  • also removing character when it is removed as owned (b96ed68)
  • updating syncObject ReadOnly before StartServer/Client (67a1d06)

v146.2.0

27 Jul 10:09
Compare
Choose a tag to compare

146.2.0 (2023-07-27)

Features

  • adding emit methods for weaver extensions (6b57cd7)
  • making ackSystem public so const fields can be used (63f62bf)

v146.1.1

24 Jul 20:34
Compare
Choose a tag to compare

146.1.1 (2023-07-24)

Reverts

  • "pref: using deferred mode for reading, this will speed up other Weavers which dont need to read everything" (6bff2e3)

v146.1.0

21 Jul 12:43
Compare
Choose a tag to compare

146.1.0 (2023-07-21)

Features

  • adding attribute that allows for combination of checks (18852f6)

v146.0.0

20 Jul 09:05
Compare
Choose a tag to compare

146.0.0 (2023-07-20)

Features

  • INetworkPlayer now has a IsHost property (5d7e5b7)

BREAKING CHANGES

  • NetworkPlayer constructor now requires isHost parameter

v145.3.0

17 Jul 21:04
Compare
Choose a tag to compare

145.3.0 (2023-07-17)

Features

  • Cecil: adding AddProperty to cecil extensions (328912a)

v145.2.0

16 Jul 16:35
Compare
Choose a tag to compare

145.2.0 (2023-07-16)

Features

  • adding code gen extensions asmdef (1d7363d)