better-ui-manager #2

Merged
BitterSmile merged 25 commits from better-ui-manager into main 2023-09-02 14:34:16 +02:00
Showing only changes of commit c0dd3dfdc5 - Show all commits

View File

@ -1,4 +1,5 @@
using System.Collections; #if ADDRESSABLES && UI_ELEMENTS
using System.Collections;
using UnityEngine; using UnityEngine;
using UnityEngine.UIElements; using UnityEngine.UIElements;
@ -22,3 +23,4 @@ namespace NEG.Utils.UiToolkits
} }
} }
} }
#endif