You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MarkUsedAssetsSubAssetsAsUsed=AssetUsageDetectorWindow.WordWrappingToggleLeft("Hide unused sub-assets in \"Unused Objects\" list if their parent assets are used (Requires Refresh)",MarkUsedAssetsSubAssetsAsUsed);
@@ -223,7 +232,7 @@ public static void PreferencesGUI()
223
232
SelectedRowOccurrencesColor=ColorField("Selected Row All Occurrences Tint",SelectedRowOccurrencesColor,EditorGUIUtility.isProSkin?newColor(0f,0.3f,0.75f,1f):newColor(0.25f,0.75f,1f,1f));
224
233
SearchMatchingTextColor=ColorField("Matching Search Text Color",SearchMatchingTextColor,Color.red);
225
234
226
-
ShowTreeLines=EditorGUILayout.Toggle("Show Tree Lines",ShowTreeLines);
235
+
ShowTreeLines=AssetUsageDetectorWindow.WordWrappingToggleLeft("Show Tree Lines",ShowTreeLines);
EditorGUILayout.HelpBox("'Don't search \"SEARCHED OBJECTS\" themselves for references' is enabled, some of these objects might be used by \"SEARCHED OBJECTS\".",MessageType.Warning);
EditorGUILayout.HelpBox("'Hide unused sub-assets in \"Unused Objects\" list if their parent assets are used' is disabled, unused sub-assets' parent assets might be used.",MessageType.Warning);
868
+
866
869
EditorGUILayout.HelpBox("Although no references to these objects are found, they might still be used somewhere (e.g. via Resources.Load). If you intend to delete these objects, consider creating a backup of your project first.",MessageType.Info);
0 commit comments