Skip to content

Commit 59c97a4

Browse files
authored
fix: Unity 2018.4 compilation
1 parent a7bc0d4 commit 59c97a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

com.stansassets.plugins-dev-kit/Editor/UIToolkit/DocumentationTab/DocumentationTab.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
using System;
1+
#if UNITY_2019_4_OR_NEWER
2+
using System;
23
using System.Collections.Generic;
34
using System.Linq;
45
using StansAssets.Foundation.UIElements;
56
using UnityEditor.SceneManagement;
67
using UnityEngine;
78
using UnityEngine.UIElements;
89

9-
#if UNITY_2019_4_OR_NEWER
1010
namespace StansAssets.Plugins.Editor
1111
{
1212
[Serializable]
@@ -139,4 +139,4 @@ void RecreateSampleView()
139139
}
140140
}
141141
}
142-
#endif
142+
#endif

0 commit comments

Comments
 (0)