Versions with this page:
Versions without this page:
Настройки отображения для элемента, привязанного к клавиатуре и включенного.
using UnityEngine;public class Example : MonoBehaviour { void OnGUI() { GUI.skin.button.onFocused.textColor = Color.green; } }