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