# ReadMe / Documentation

## How to open the Unused Assets Finder Window

![](https://521907794-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MA3FzVzHVW8EDfWJmCT%2F-MIW99PpxGjMXjTNdNIc%2F-MIWCJBxHfo3ZwExz85a%2FOpen%20Editor.PNG?alt=media\&token=0e757886-51d8-4b19-a82d-6cdf70930547)

## **Navigating the Unused Assets Finder window before a scan**

![](https://521907794-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MA3FzVzHVW8EDfWJmCT%2F-MIW99PpxGjMXjTNdNIc%2F-MIWB3dhEIOTZ2iMgiWy%2FUnusedAssets%20Window%20Before.jpg?alt=media\&token=03455cb4-3cdd-4566-aa4c-5bafe5cc5612)

| **Label** | Item                          | Description                                                                                                                                              |
| --------- | ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **1**     | **Find Unused Assets Button** | This will start a scan and find all unused assets within your project                                                                                    |
| **2**     | **Rule Set Object Field**     | This object field will use the Rule Set placed within it to perform the scan with. If the object field is null or empty, a default Rule Set will be used |

## **Navigating the Unused Assets Finder Window before a scan**

![](https://521907794-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MA3FzVzHVW8EDfWJmCT%2F-MIW99PpxGjMXjTNdNIc%2F-MIWCEPvgxxFHwA0RMwM%2FUnusedAssets%20Window%20After.jpg?alt=media\&token=978efe4a-b93d-471f-80cb-6508d958cb8a)

| **Label** | Item                                | Description                                                                                         |
| --------- | ----------------------------------- | --------------------------------------------------------------------------------------------------- |
| **1**     | **Search Bar**                      | Search through the results of a scan for specific files either by name or extension.                |
| **2**     | **Tree View**                       | Tree view that displays the scan results in a similar way to the Unity Import/Export package window |
| **3**     | **Column Sorting**                  | Sorts the columns by name or file size                                                              |
| **4**     | **Expand All Button**               | Expands the Tree View fully to see all folders and files                                            |
| **5**     | **Collapse All Button**             | Collapses the Tree View to hide all folders and files, except the root “Assets” folder              |
| **6**     | **Select All Button**               | Selects all the results marking them for exporting and then deletion                                |
| **7**     | **Deselect All Button**             | Deselects all the results marking them not for exporting and deletion                               |
| **8**     | **Export & Delete Selected Button** | Starts to export then delete all assets selected                                                    |

## Rule Set Inspector

![](https://521907794-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MA3FzVzHVW8EDfWJmCT%2F-MIW99PpxGjMXjTNdNIc%2F-MIWCJBz28lb3hkBnHMT%2FRule%20Set%20Inspector.jpg?alt=media\&token=31aeec4b-6f91-40d5-82fe-5e515b8fca39)

| Label | Item                                            | Description                                                                                                                                                                                                                               |
| ----- | ----------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **1** | **Extensions To Exclude**                       | If a file ends with an extension in the list, the file will not be included in the scan results                                                                                                                                           |
| **2** | **Ignore Assets In Specifically Named Folders** | If an asset is in a folder with the same name as one in the list, then it is ignored. This is mainly used for ignoring special Unity folders like **`Resources`** or **`Plugins`**                                                        |
| **3** | **Exclude Specific Assets and Folders**         | This is for specific files and folders that should not be included in the scan results. If a folder is in the list, all assets inside the folder and its subfolders are removed from the scan results, along with each asset’s dependency |
| **4** | **Names Of Asset Bundles To Include In Search** | Assets in each asset bundle listed will be added to the search                                                                                                                                                                            |
| **5** | **Prune Empty and Duplicate Entries**           | This removes duplicate entries and cleans up the lists                                                                                                                                                                                    |

## **Preferences Window**

![](https://521907794-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MA3FzVzHVW8EDfWJmCT%2F-MIW99PpxGjMXjTNdNIc%2F-MIWCJByn3FinQC0IG5P%2FPreferences.jpg?alt=media\&token=998cc81c-786c-4f73-9855-3109eec543c8)

| **Label** | Item                                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| --------- | ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **1**     | **Dock Next To A Given Window Checkbox** | When this is enabled, the main Unused Assets Finder editor window will dock next to the first open window it finds                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| **2**     | **Editor Windows to Dock Next To List**  | <p>This is a list where you can enter the names of another editor window for the Unused Assets Finder editor window to dock next to. The Unused Assets Finder editor window will attempt to dock next to the first item in the list if the window is open. If the editor window is not open, it will proceed to the next and so on until the list is exhausted at which point it will create an un-docked version of the window which you can then drag into the desired place<br></p><p>Built-in Unity editor windows have unique names and some of the most common ones are listed below:</p><ul><li>Inspector: <strong><code>UnityEditor.InspectorWindow</code></strong></li><li>Project: <strong><code>UnityEditor.ProjectBrowser</code></strong></li><li>Hierarchy: <strong><code>UnityEditor.SceneHierarchyWindow</code></strong></li><li>Scene: <strong><code>UnityEditor.SceneView</code></strong></li><li>Game: <strong><code>UnityEditor.GameView</code></strong></li><li>Console: <strong><code>UnityEditor.ConsoleWindow</code></strong></li></ul> |
| **3**     | **Add All Editor Windows Button**        | If the editor window you desire to dock the plugin isn’t listed above, you can press this button to print a list of all built-in Unity editor window type names to the console and then you can add it to the list. Then you can simply delete the windows you do not want it to dock next to and leave just the ones you do and reorder them to suit your needs                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.unusedassetsfinder.com/documentation/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
