Skip to content

Releases: MirageNet/Mirage

v148.4.1

19 Apr 18:22
Compare
Choose a tag to compare

148.4.1 (2024-04-19)

Bug Fixes

  • fixing return RPC not generating serialize functions (3d162b8)

v148.4.0

16 Apr 12:58
Compare
Choose a tag to compare

148.4.0 (2024-04-16)

Features

  • adding callback that can be used to handle Authentication Failed (1cdbfb6)

v148.3.0

15 Apr 18:02
Compare
Choose a tag to compare

148.3.0 (2024-04-15)

Features

  • making NetworkIdentity.PrefabHash public (0ec3753)

v148.2.0

14 Apr 20:41
Compare
Choose a tag to compare

148.2.0 (2024-04-14)

Features

  • adding generic NetworkBehaviorSyncvar for ease of use (5caabd9)

v148.1.1

03 Apr 10:15
Compare
Choose a tag to compare

148.1.1 (2024-04-03)

Bug Fixes

  • removing disconnected player from observer lists (ece4500)

v148.1.0

31 Mar 12:57
Compare
Choose a tag to compare

148.1.0 (2024-03-31)

Bug Fixes

  • adding error message if attribute is used on static method (dc66a54)
  • trying to fix import issues after file renames (7a0b3f3)

Features

  • support for jagged arrays (2ec6d3a)

v148.0.2

29 Mar 21:17
Compare
Choose a tag to compare

148.0.2 (2024-03-29)

Bug Fixes

  • fixing AddLateEvent tmp list (619b91d)

v148.0.1

28 Mar 18:32
Compare
Choose a tag to compare

148.0.1 (2024-03-28)

Bug Fixes

  • fixing use of GO/NI/NB inside Constructor (2f5db3d)

v148.0.0

25 Mar 23:07
Compare
Choose a tag to compare

148.0.0 (2024-03-25)

  • refactor!: renaming AddLateEvent_new to AddLateEvent (5d92eba)
  • refactor!: renaming AddLateEvent to AddLateEventUnity (169720c)
  • perf!: changing NetworkIdentity events to use new c# only events (3aaab68)

BREAKING CHANGES

  • renaming from AddLateEvent_new placeholder to just AddLateEvent
  • renaming AddLateEvent which contains UnityEvent and UnityAction to AddLateEventUnity
  • Inspector events removed from NetworkIdentity, use Mirage v147.4.0 first to convert before updating to next version

v147.4.2

25 Mar 22:54
Compare
Choose a tag to compare

147.4.2 (2024-03-25)

Bug Fixes