Unity Spline Editor
An editor tool to create splines in Unity
|
CCurvePoint | Represents and anchor point with two control points |
CSpline | This class contains the list of points that make up the spline. Lets you create, get and move those points. |
CSplineCreator | This class will be referenced by the editor script to create and edit splines. |
CSplineEditor | Editor Script that lets us build and draw the spline with a button and add points via mouse click. Updates points' positions when they are dragged around. |
CSplineFollow |