Skip to content

Commit 1e75865

Browse files
committed
Add using UnityEditor.UIElements to SettingsUIBuilder.cs and EditorUIUtils.cs
1 parent 02138ec commit 1e75865

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

UnityProject/Packages/com.jasonxudeveloper.jengine.core/Editor/CustomEditor/EditorUIUtils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
// THE SOFTWARE.
2525

2626
using UnityEditor;
27+
using UnityEditor.UIElements;
2728
using UnityEngine;
2829
using UnityEngine.UIElements;
2930

UnityProject/Packages/com.jasonxudeveloper.jengine.core/Editor/CustomEditor/SettingsUIBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
using JEngine.Core.Encrypt;
2929
using UnityEditor;
3030
using UnityEditor.Search;
31+
using UnityEditor.UIElements;
3132
using UnityEngine;
3233
using UnityEngine.UIElements;
3334

0 commit comments

Comments
 (0)