I have a game scene with a player and enemy. Each player has a head and two hands nodes. I am trying to move a player's hand to the opponent's head node.
Here is what the node tree looks like:
Scene
Player
Head
Left Hand
Right Hand
Opponent
Head
Left Hand
Right Hand
How would you move the player's left hand to the opponent's head with convertPoint:FromNode:
since they have different parent coordinate systems?