using UnityEngine; [AddComponentMenu("")] public class AttachmentReference : MonoBehaviour { public Transform attachmentReference; }