github MirrorNetworking/Mirror v32.1.4

latest releases: v89.8.1, v89.8.0, v89.7.4...
3 years ago

32.1.4 (2021-03-06)

Bug Fixes

  • NetworkManager.StopServer/StopClient: avoid NullReferenceException when called in OnApplicationQuit or from tests (25ece5a)
  • NetworkServer.SpawnObserversForConnection refactored to support all visibility cases (ForceShown/ForceHidden/Default) and all systems (legacy/new/default). fixes #2606 (425e313)

Performance Improvements

  • NetworkServer.Update: inactive connection check moved into the main connections foreach loop. Avoids one extra foreach-connections loop. (5775a36)
  • NetworkServer.Update: separate connections update loop moved into the main loop. now there is only one connections loop anymore. (aa357dc)
  • push->pull broadcasting part 1: feature parity (6cedb5b)

Don't miss a new Mirror release

NewReleases is sending notifications on new releases.