Ejemplo n.º 1
0
    public void Unpossess(GhostScript argGhost)
    {
        argGhost.Show();
        argGhost.Transform.position = Renderer.bounds.max + Vector3.up;
        print("I AM GETTING CALLED");
        DisablePlayerControl();
        print("NO REALLY I AM PLEASE BELIVE ME");
        print("I'LL DO ANYTHING");
        argGhost.EnablePlayerControl();

        argGhost.Transform.LookAt(Transform);
    }