I want to have a model entity on the center of an image and then with a script, move it to another place so the player can use it. but when I put it as a child of the image element it doesn’t show. it’s like if user interface were always on top of the rest of things in the scene.
EDIT: I just want to know if it’s possible to put an entity as a child of an element, and make it visible on the game. I’ve tried to put a box and it shows a square in the editor, but when I go to the game, it doesn’t show anything.
EDIT 2: I’ve just solved it. I had to change the layer of everything that was of the user interface to World, and then the entities would be visible over the interface.