- Home /
Question by
IvanBgd · Feb 19 at 12:42 PM ·
2dgameobjectinstantiate
Is there any way i can Instantiate a gameobject into an Instantiated gameobject as a child?
there don't need to be details for such a dumb question...
Comment
Answer by VioletAbstract · Feb 22 at 06:36 PM
Instantiate the object and get a reference to it, then set the transform's parent to whatever you want. https://docs.unity3d.com/ScriptReference/Transform-parent.html