using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Beyond { public class vObjectContainerParent : MonoBehaviour { private void OnEnable() { transform.SetParent(vObjectContainer.root, true); } } }