Add defines
This commit is contained in:
parent
7e8b8e3fb2
commit
719ff42c00
@ -1,3 +1,4 @@
|
|||||||
|
#if ADDRESSABLES && UI_ELEMENTS
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.UIElements;
|
using UnityEngine.UIElements;
|
||||||
using UnityEngine.AddressableAssets;
|
using UnityEngine.AddressableAssets;
|
||||||
@ -122,7 +123,5 @@ public class MultiSelectChips : VisualElement
|
|||||||
Debug.LogError($"Asset failed to load.");
|
Debug.LogError($"Asset failed to load.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
Loading…
x
Reference in New Issue
Block a user