github MirageNet/Mirage v87.0.0

latest releases: v149.3.0, v149.2.0, v149.1.1...
3 years ago

87.0.0 (2021-04-08)

Bug Fixes

  • using add late event for authority and combining start and stop events (#767) (8903f00)
  • using AddLateEvent to stop race condition for client events (#768) (681875b)
  • using AddLateEvent to stop race condition for network identity events (#766) (4f8bf11)
  • using AddLateEvent to stop race condition for server events (#765) (a1ec84c)

Features

  • adding RemoveListener and RemoveAllListeners to AddLateEvent (#764) (d67c96c)
  • adding RemoveListener and RemoveAllListeners to AddLateEvent (#764) (0ca2804)

BREAKING CHANGES

  • NetworkClient.Connected event is now type of IAddLateEvent
  • NetworkClient.Authenticated event is now type of IAddLateEvent
  • NetworkClient.Disconnected event is now type of IAddLateEvent
  • NetworkConnectionEvent renamed to NetworkPlayerEvent
  • Identity.OnStartAuthority and IdentityOnStopAuthority are now Identity.OnAuthorityChanged and are type of IAddLateEvent
  • Server.Started event is now type of IAddLateEvent
  • Server.Stoped event is now type of IAddLateEvent
  • Server.OnStartHost event is now type of IAddLateEvent
  • Server.OnStopHost event is now type of IAddLateEvent
  • inspector values for changed events will need to be re-assigned
  • Identity.OnStartServer event is now type of IAddLateEvent
  • Identity.OnStopServer event is now type of IAddLateEvent
  • Identity.OnStartClient event is now type of IAddLateEvent
  • Identity.OnStopClient event is now type of IAddLateEvent
  • Identity.OnStartLocalPlayer event is now type of IAddLateEvent
  • inspector values for changed events will need to be re-assigned
  • AddLateEvent Reset no longer removes listeners

Don't miss a new Mirage release

NewReleases is sending notifications on new releases.