Show a prefab behind everyone else

Good morning, I need to create an object from a prefab using code at any given time, how can I make it show behind all the other objects in the scene?

Hello,

Have a node placed at the top of the hierarchy, fetch that node whenever you want to add a prefab and make that prefab the child of the node.

Example:-
image
In here get the BackNode and add your prefab to it as a child.

@Quitalizner works perfect thank you so much

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.