Unity Spline Editor
An editor tool to create splines in Unity
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CCurvePointRepresents and anchor point with two control points
 CEditor
 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.
 CMonoBehaviour
 CSplineCreatorThis class will be referenced by the editor script to create and edit splines.
 CSplineFollow
 CSplineThis class contains the list of points that make up the spline. Lets you create, get and move those points.