using UnityEngine; using System.Collections; namespace RootMotion { /// /// Adding comments to GameObjects in the Inspector. /// public class Comments : MonoBehaviour { /// /// The comment. /// [Multiline] public string text; } }