Reduce Spline Importer to a minimal amount of features.
This commit is contained in:
@@ -136,7 +136,7 @@ namespace FrameJosh.SplineImporter
|
||||
{
|
||||
public TextAsset splineData;
|
||||
|
||||
public float scale = 1;
|
||||
public float3 scale = new (1f, 1f, 1f);
|
||||
|
||||
public static Vector3 PositionToVector(Position position)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user