Текст кнопки единства меняется при нажатии

void OnMouseDown()
{
    GameObject.Find("Button Name").GetComponentInChildren<Text>().text = "Button Text";
}
dl.idiot..