using UnityEngine; namespace BitStrap.Examples { public class NestedPrefabExample : MonoBehaviour { [Header("being instantiated as a child.", order = 2)] [Header("Enter play mode and see the Prefabs", order = 1)] public bool dummy; } }