From 8e8a996812b71f78e16388769bd1b0c462928897 Mon Sep 17 00:00:00 2001 From: Chromium <62724067+Chromum@users.noreply.github.com> Date: Fri, 2 May 2025 20:35:13 +0100 Subject: [PATCH] Fixed Versioning --- Editor/Scripts/Editor/Nodes/Base/RangeProperty.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;