mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
repro
This commit is contained in:
parent
c1fdf50400
commit
3a5a33e8e4
@ -176,6 +176,15 @@ public override void OnStopClient()
|
||||
Destroy(playerUIObject);
|
||||
}
|
||||
|
||||
void OnDestroy()
|
||||
{
|
||||
Debug.Log("isClient " + isClient);
|
||||
Debug.Log("isLocalPlayer " + isLocalPlayer);
|
||||
Debug.Log("isServer " + isServer);
|
||||
Debug.Log("NetworkClient.active " + NetworkClient.active);
|
||||
Debug.Log("NetworkServer.active " + NetworkServer.active);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user