Skip to content

Releases: MirageNet/Mirage

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)

v145.1.0

09 Jul 10:54
Compare
Choose a tag to compare

145.1.0 (2023-07-09)

Bug Fixes

  • add missing CompMenu for CharacterSpawner (87c6204)
  • add missing HelpUrl for CharacterSpawner (5cd704a)
  • add missing HelpUrl for ClientObjectManager (1186cf6)
  • add missing HelpUrl for NetworkClient (daec3a1)
  • add missing HelpUrl for NetworkSceneManager (cd5c753)
  • add missing HelpUrl for NetworkServer (35d217e)
  • add missing HelpUrl for ServerObjectManager (127a883)
  • add missing HelpUrl for SocketFactory (a29b1b7)
  • measuring time not distance. add s (fbcdf1e)

Features

  • adding function to skip bits (0bcbc7f)

v145.0.4

07 Jul 16:00
Compare
Choose a tag to compare

145.0.4 (2023-07-07)

Bug Fixes

  • Cleaning up name used for generic types (d846f13)

v145.0.3

06 Jul 15:39
Compare
Choose a tag to compare

145.0.3 (2023-07-06)

Bug Fixes

  • adding warning if spawned Identity already has netid (22478f4)

v145.0.2

05 Jul 23:18
Compare
Choose a tag to compare

145.0.2 (2023-07-05)

Bug Fixes

  • calling NetworkReset with custom unspawn handlers (94a9199)
  • checking if scene object before destroying owned object (d6ced44)

v145.0.1

29 Jun 22:14
Compare
Choose a tag to compare

145.0.1 (2023-06-29)

Bug Fixes

  • logging for notify send (929686c)

v145.0.0

27 Jun 17:01
Compare
Choose a tag to compare

145.0.0 (2023-06-27)

Features

  • adding function to SyncObjects so that they can use the NetworkBehaviour that are a part of (b6f3526)

BREAKING CHANGES

  • ISyncObject now needs to implement the SetNetworkBehaviour function