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!
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!
yes
The collection factory component is used to spawn groups and hierarchies of game objects stored in collection files into a running game.
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.