Skip to content

11.1.0-master

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 14:13
· 5077 commits to main since this release

11.1.0 (2020-02-27)

Bug Fixes

  • Add missing channelId to NetworkConnectionToClient.Send calls (#1509) (b8bcd9a)
  • build in IL2CPP (#1524) (59faa81), closes #1519 #1520
  • Fixed NetworkRoomManager Template (1662c5a)
  • Fixed toc link (3a0c7fb)
  • Host Player Ready Race Condition (#1498) (4c4a52b)
  • NetworkIdentity.SetClientOwner: overwriting the owner was still possible even though it shouldn't be. all caller functions double check and return early if it already has an owner, so we should do the same here. (548db52)
  • NetworkServer.SpawnObjects: return false if server isn't running (d4d524d)
  • properly detect NT rotation (#1516) (f0a993c)
  • return & continue on separate line (#1504) (61fdd89)
  • Room example to use new override (e1d1d41)
  • SendToAll sends to that exact connection if it is detected as local connection, instead of falling back to the .localConnection field which might be something completely different. (4b90aaf)
  • SendToObservers sends to that exact connection if it is detected as local connection, instead of falling back to the .localConnection field which might be something completely different. (4267983)
  • SendToReady sends to that exact connection if it is detected as local connection, instead of falling back to the .localConnection field which might be something completely different. (4596b19)

Features

  • Added NetworkConnection to OnRoomServerSceneLoadedForPlayer (b5dfcf4)
  • Check for client authority in CmdClientToServerSync (#1500) (8b359ff)
  • Check for client authority in NetworkAnimator Cmd's (#1501) (ecc0659)
  • Cosmetic Enhancement of Network Manager (#1512) (f53b12b)
  • NetworkSceneChecker use Scene instead of string name (#1496) (7bb80e3)