playMaker

Author Topic: I Tween Move To  (Read 1407 times)

Gatsu

  • Playmaker Newbie
  • *
  • Posts: 14
I Tween Move To
« on: May 03, 2017, 02:14:10 PM »
Why does this GameObject move on the z axis?


Deek

  • Full Member
  • ***
  • Posts: 133
Re: I Tween Move To
« Reply #1 on: May 03, 2017, 04:58:07 PM »
Make sure that the GameObject 'villager (26)' is not on a different z depth than 0. Since you have specified that the GameObject will move to the path nodes that have a 0 value for z, it will move to those specific positions and the Action doesn't ignore the z axis just because it is 0.

If you want it to ignore the z value follow the screenshot example and set the pathNode1 variable in the first transform under Path nodes and so on.