Hi. I created an example of the problem, but I must be really missing something, probably. I created a layout called bank where I placed the player object made up of 3 more parts. I also created an event sheet for the player only. And I created another layout called phase 1, where I put an event to create the object that should be created with the parts. In this layout I also refer to the player events spreadsheet, which is where the player hierarchy creations are.
I was wondering, should I create these hierarchies in each layout? Like creating a function out of it and calling it in each layout?
What is really working is putting an instance with all the parts in the layout that I want to appear, then it works. But if I just create at run time without an instance in the layout, I don't create with the parts.
To summarize the problem: in the stage 1 layout, when I create the player object it does not come with the hierarchy parts. There is no such instance of the player in the stage 1 layout, only on the bank page.
Follow the attached example.
https://drive.google.com/file/d/1tg-9jvhY_1iGOigh-_aNt-HZGO0aq31K/view?usp=sharing