After looking around I found out about the Spline Controller package, which I’m about to try, but I’m not sure it will work for what I need.
My first question is: Can you import a spline from 3ds max and use it in Unity?
My second question is: Is there a spline editor available for Unity?
Basically what I need is a spline with nodes, and each node need to have a flag, like “resetHere = true and resetHere = false”. Now that I think about it, a spline might not be the best way to do this?!?
No, splines can not be imported unless the spline solution you use offers you an importer (unity has no spline support itself thus splines on models are ignored)
Yes, there is RageSpline which you can buy on the Asset Store, depending on if thats what you want to achieve. Alternative is iTween / iTween Visual Editor (which includes itween) if you want to use the splines for path etc