public void Activate() { Debug.Log("Player Activate"); isAlive = true; playerCollider.enabled = true; graphics.Enable(); SetUIState(true); if (isNetworkActive) { PlayerController.isRooted = false; } }