playMaker

Author Topic: Unity Asset Store Path Tool  (Read 1969 times)

mrstupes

  • Playmaker Newbie
  • *
  • Posts: 7
Unity Asset Store Path Tool
« on: November 19, 2015, 03:14:11 AM »
Hello,

Im still very new to all of this and searching the forum didnt really answer my question.

I just want an object to follow a curve or a path I guess. I was looking at the assets store and found tool to create paths for something to follow.  Has anyone had any experience using these and working it with playmaker.

Thank you

phannDOTde

  • Full Member
  • ***
  • Posts: 237
    • Peter Hann .de
Re: Unity Asset Store Path Tool
« Reply #1 on: November 21, 2015, 07:09:10 AM »
You can use the itween actions like "move to", they support smooth pathing via vector3 or Object points. itween in general has it's offsites though but it could be an startingpoint.

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: Unity Asset Store Path Tool
« Reply #2 on: November 21, 2015, 04:16:39 PM »
and/or DoTween...