Skip to content

Commit 0f872ef

Browse files
committed
Fix for a tiny warning
1 parent f68c8a1 commit 0f872ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Plugins/AssetUsageDetector/Editor/AssetUsageDetectorWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ private enum WindowFilter { AlwaysReturnActive, ReturnActiveIfNotLocked, AlwaysR
3232
private const string PREFS_SEARCH_NON_SERIALIZABLES = "AUD_NonSerializables";
3333
private const string PREFS_SEARCH_UNUSED_MATERIAL_PROPERTIES = "AUD_SearchUnusedMaterialProps";
3434
private const string PREFS_LAZY_SCENE_SEARCH = "AUD_LazySceneSearch";
35+
#if ASSET_USAGE_ADDRESSABLES
3536
private const string PREFS_ADDRESSABLES_SUPPORT = "AUD_AddressablesSupport";
37+
#endif
3638
private const string PREFS_CALCULATE_UNUSED_OBJECTS = "AUD_FindUnusedObjs";
3739
private const string PREFS_HIDE_DUPLICATE_ROWS = "AUD_HideDuplicates";
3840
private const string PREFS_HIDE_NON_OVERRIDDEN_PREFAB_VARIABLES_IN_ASSETS = "AUD_HideRedundantPVariantLinks";

0 commit comments

Comments
 (0)