Hi, im trying to make a Game Asset Pool in one frame for several Game objects. When I want to create a new object from this frame in another frame it is no problem. I can choose the object from other frames in the directonary.
But of I want to create an object by name like "player0" it doesnt create anything If there is no copy of this object inside the actual frame. Ist there any specific comand for this besides just naming the game object? Like Frame1+"player0"?
Many thanks!