Unity Spline Editor
An editor tool to create splines in Unity
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CCurvePointRepresents and anchor point with two control points
 CSplineThis class contains the list of points that make up the spline. Lets you create, get and move those points.
 CSplineCreatorThis class will be referenced by the editor script to create and edit splines.
 CSplineEditorEditor 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