using NaughtyAttributes; using UnityEngine; public class NaughtyComponent : MonoBehaviour { [Tag] public string tagField; }