Skip to content

Releases: MirageNet/Mirage

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

v147.4.1

25 Mar 22:36
Compare
Choose a tag to compare

147.4.1 (2024-03-25)

Bug Fixes

v147.4.0

25 Mar 19:19
Compare
Choose a tag to compare

147.4.0 (2024-03-25)

Bug Fixes

  • fixing misplaced #if (f663543)
  • new events should not be abstract (e1072d0)

Features

  • create new c# only events (1c9f2d8)
  • new NetworkInspectorCallbacks component (a8051c4)

v147.3.0

23 Mar 17:50
Compare
Choose a tag to compare

147.3.0 (2024-03-23)

Features

  • adding public OwnedObjects list and RemoveAllOwnedObject helper method to NetworkPlayer (5a611ba)

v147.2.1

18 Mar 19:55
Compare
Choose a tag to compare

147.2.1 (2024-03-18)

Bug Fixes

  • releasing buffers that are in acksystem when disconnecting (42691a6)
  • stopping error when adding handlers for prefab that is already registered (002ec48)

v147.2.0

12 Mar 16:19
Compare
Choose a tag to compare

147.2.0 (2024-03-12)

Bug Fixes

  • fixing span support UNITY_2021_3_OR_NEWER (7bf28ed)

Features

  • adding support for Span (3c48db8)

v147.1.0

12 Mar 15:05
Compare
Choose a tag to compare

147.1.0 (2024-03-12)

Features

  • adding excludeHost to ClientRpc (a35ed9d)

v147.0.3

16 Feb 00:38
Compare
Choose a tag to compare

147.0.3 (2024-02-16)

Bug Fixes

  • ClientObjectManager: add prefab to SpawnHandler when registering (#1171) (7a8ff46)