Add defines

This commit is contained in:
Hubert Mattusch 2022-11-23 23:28:07 +01:00
parent 7e8b8e3fb2
commit 719ff42c00

View File

@ -1,3 +1,4 @@
#if ADDRESSABLES && UI_ELEMENTS
using UnityEngine;
using UnityEngine.UIElements;
using UnityEngine.AddressableAssets;
@ -122,7 +123,5 @@ public class MultiSelectChips : VisualElement
Debug.LogError($"Asset failed to load.");
}
}
private void
}
}
#endif