Mirror/Assets
2019-03-22 12:08:47 +01:00
..
Mirror NetworkServer.SetClientReady: remove unnecessary null check because we don't have one in the above foreach either, and we don't have them anywhere else for NetworkIdentity.spawned because OnDestroy removes objects from it before they become null. The only way to cause this would be by calling Destroy(GetComponent<NetworkIdentity>()) - which no one does, and if someone does it then it's fine to get an exception here. 2019-03-22 12:08:47 +01:00
Mirror.meta Source based instead of dll (#277) 2019-01-13 21:08:54 +01:00