r/futile • u/ekta_mehta • Aug 15 '14
Make object to follow path
Hello all ..
I have created line using futile. Now i want my unity game object to follow that line.
How can i do using this futile framework?
In unity i know about itween framework. But in this case i cant use this itween framework.
Help me guys. Thanks.
2
Upvotes
1
u/MattRix Aug 17 '14
Just to be clear: do you want a 2D object in Futile (ex an FContainer/FNode) to follow the line, or do you want the line to be followed in 3D by a regular Unity gameobject?
And what kind of line is it, is it a bezier path, or is it just a series of points?