[SOLVED] How to make the child object appear below the parent object?

Hey guys!

I have an object A. In it, I have a camera with Near Z = 1 and Faz Z = -1.

I also have an object B that is a child of A.

No matter how much I set the Z position of the child object smaller than that of object A, it still appears in front.

I can put A as 1 and B as -1, it still appears at the front.

How do I make it appear in the back?

Thank you for your attention!

I would try setting those z-values as 0.1 and opposite for the other. Your child will have the z-value of -0.1 while A will be 0.1.
That should get your child to display behind your parent.

1 Like

Are these two objects having sprite components on them or is it some other visual component?

1 Like

It worked! Thank you very much!

Two objects having sprite. But I think I was confusing things.

1 Like