github MirrorNetworking/Mirror v3.0.0

latest releases: v89.7.0, v90.1.4, v90.1.3...
5 years ago

3.0.0 (2019-03-28)

Features

  • Show compile time error if overriding unused OnServerAddPlayer (#682) (a8599c1)

BREAKING CHANGES

  • Remove obsolete OnServerAddPlayer

Any person that overrides this method has a broken game. These methods are never called anywhere.

The user gets a warning because they are overriding an obsolete method, which might get ignored if they have lots of other warnings. They would run their game and their game would not work at all. No errors.

By removing these methods, users that override these methods will get a compile time error instead. So they cannot ignore this error and they will fix it.

  • Method is no longer available in NetworkLobbyManager

Don't miss a new Mirror release

NewReleases is sending notifications on new releases.