using UnityEngine; public class GuidePage : MonoBehaviour { [TextArea(1, 2)] public string Title; }