-
body is parent that have 3 child (head, arm, leg) but body always under the child If I change Transform::translation z value, it only affect render order between childs (head, arm and leg). |
Beta Was this translation helpful? Give feedback.
Answered by
Moanrisy
Jul 1, 2023
Replies: 1 comment
-
Setting parent z value more than 0 and set the child z value negative. It working. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nicopap
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setting parent z value more than 0 and set the child z value negative.
It working.