using UnityEngine; namespace Needle.Engine.Gltf { /// /// This component is only temporarily instantiated when a nested gltf is exported to automatically load this /// // empty path = hidden [AddComponentMenu("")] public class NestedGltf : MonoBehaviour { public string FilePath; public bool LoadAssetInParent = true; } }