Replies: 1 comment
-
Try this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I have A object at (1,0,1)
And I have B object at (2,0,2)
I want to add B as child of A but keep its world position as (2,0,2) instead of some weird position.
Tried to set wolrdTransform.position with (2,0,2) but it says wolrdTransform.position is read only.
Can someone help please?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions