Skip to content

v3.0.0

Compare
Choose a tag to compare
@miwarnec miwarnec released this 28 Mar 10:39
· 6910 commits to master since this release

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