I've been populating my level with Instantiated scene objects, but no matter where I call the code from in the scene structure, the objects become children of the root.
How do I instantiate them as children of another scene object? I have data in the desired parent that I need them to inherit.
How do I instantiate them as children of another scene object? I have data in the desired parent that I need them to inherit.