From f6d4cae767889a48773f0d858169b0e3bd4ff8dc Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Fri, 26 Jan 2024 00:37:09 +0300 Subject: [PATCH] Remove conditional compilation. --- Runtime/SplineImporter.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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