We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd36712 commit aacded4Copy full SHA for aacded4
1 file changed
Editor/Scripts/Node/AnimationClipPlayableNode.cs
@@ -1,11 +1,9 @@
1
using System.Text;
2
using UnityEngine.Animations;
3
using UnityEngine.Playables;
4
-#if UNITY_2021_1_OR_NEWER
5
using UnityEngine.UIElements;
6
-
7
-#else
8
-using UnityEditor.UIElements;
+#if !UNITY_2021_1_OR_NEWER
+using UnityEditor.UIElements; // ProgressBar
9
#endif
10
11
namespace GBG.PlayableGraphMonitor.Editor.Node
0 commit comments