diff --git a/Runtime/SplineImporter.cs b/Runtime/SplineImporter.cs index 41931e1..ffcb7da 100644 --- a/Runtime/SplineImporter.cs +++ b/Runtime/SplineImporter.cs @@ -1,5 +1,3 @@ -#if UNITY_EDITOR - using System; using UnityEditor; using UnityEngine; @@ -189,6 +187,4 @@ namespace FrameJosh.SplineImporter public Spline[] splines = new Spline[0]; } - -#endif -} +} \ No newline at end of file