diff --git a/Editor/Scripts/Editor/Nodes/Base/RangeProperty.cs b/Editor/Scripts/Editor/Nodes/Base/RangeProperty.cs index e93b4c5..abbb812 100644 --- a/Editor/Scripts/Editor/Nodes/Base/RangeProperty.cs +++ b/Editor/Scripts/Editor/Nodes/Base/RangeProperty.cs @@ -1,5 +1,5 @@ using System; -#if UNITY_2022_OR_NEWER +#if UNITY_2022_1_OR_NEWER using UnityEngine.UIElements; #else using UnityEditor.UIElements;