Exemplo n.º 1
0
    public void Deactivate()
    {
        Debug.Log("Player Deactivate");

        SetUIState(false);
        playerCollider.enabled = false;
        graphics.Disable();
    }