Versions with this page:
Versions without this page:
Сокращение для пустого контента.
using UnityEngine;public class ExampleScript : MonoBehaviour { void OnGUI() { GUI.Button(new Rect(0, 0, 100, 20), GUIContent.none); } }