How can I get the Drawables(Artmesh) Position to Vector2(Screen Position)
For example i have want to make a some of the objects floating around the characters head.
Also when the characters head move I want to make the objects to move calculated by the vector2 of the head.
I cannot set the objects as the child of the artmesh. Thank you
0 ·
Comments
You can only make a child from deformer to artmesh or deformer to deformer.
If you want to move the floating object, you can make deformer for the head and object, then put object deformer into head deformer first then make parent from that deformer.