Unity Spline Editor
An editor tool to create splines in Unity
|
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. More...
Public Member Functions | |
override void | OnInspectorGUI () |
Public Attributes | |
float | SplineThickness = 2.0f |
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.