A game object in a game object

if i make a game object named “player” in “main_player” game object.

will “main_player” be the parent of “player” game object?

please give me answers and do not give another tricks to do that!

1 Like

yes

2 Likes

The collection factory component is used to spawn groups and hierarchies of game objects stored in collection files into a running game.

1 Like

I would really encourage you to read some of our documentation. We really try to cover all of these things in the documentation:

Glossary - Terminology which will make it easier to understand the documentation and ask the right questions
Building Blocks - Collections, game objects and component.
Addressing - How game object and component in the game is given a unique address that can be used to reference and manipulate it.

3 Likes