protected void OpenDoor() { Animation2D door = transform.Find("reddoor").GetComponent <Animation2D>(); door.Animate(); }