Unity Как изменить текст на кнопке
GameObject.Find("Button Name").GetComponentInChildren<Text>().text = "Button Text";
RyanGar46
GameObject.Find("Button Name").GetComponentInChildren<Text>().text = "Button Text";