1 2 3 4 5 6 7
using UnityEngine; public class Comment : MonoBehaviour { [TextArea(20, 100)] public string comment; }