Unity search
Unity ships with a default search tool.
in the project Tab, next to the search bar there’s an expand icon.
You can search assets, gameobjects in your open scene, menu commands, and settings.
features
- Save searches
- a tool launcher for tools added to the menu
- You can’t create tool/command categories. The closest alternative is sub menus and saving your search.
- The unity menu doesn’t support thumbnails, so neither does this searcher
- You can star results/tools. Favorited items always show at the top of a search.
There’s no easy way to see favorites unless you do a search containing that favorite.
Favorited items can be accessed with SearchSettings.searchItemFavorites
see https://docs.unity3d.com/Manual/search-overview.html
Unity search
- saves its favorites in
project_name\UserSettings\Search.settings
- only saves favorites to disk when you close Unity or Unity search, not when you favorite something
- Only reads the favorite list on Unity startup, then just keeps it in memory. External edits while Unity is in use will be lost.
because of the above, it’s hard to extend. No API, and closed source.
missing features
- right-click an asset in the project window to (un)favorite it
- a way to see all favorites
similar to Unity quick search
Backlinks¶
- ARCHIVED - Unity editor spotlight
- [!warning] ARCHIVED
This is replaced by the native Unity search
- [!warning] ARCHIVED
- Unity inspector notes for folders & assets
- support Unity search.
- Unity scoped registries
- When you add your own scoped registry.
You can also use the Unity search to search and install your custom packages.
installed packages and custom scopes are both added to the Unity project manifest
- When you add your own scoped registry.
- every AAA Unity project has bad menu UX
- Unity search allows the user to search for what they need.
- My Unity
- Unity project window - favorites
- can’t favorite assets, only folders (drag & drop) and proj-view searches (click the star⭐)
- Unity search supports
- Unity tool launcher
- [!WARNING]
- [!WARNING]