This package contains a bunch of tools, examples, samples and queries to be used with Unity Search.
The Search Extensions package will work with Unity 2020.3 and any other versions higher than 2021.2.
- If you are using 20.3: also install the
[email protected]
package. - If you are using 21.2+ : Search extensions will use the built-in Search framework.
There are 2 ways to install the package. Either download the code and embed it in your project or use the Package Manager Install from git url feature.
You first need to install the latest preview version of the QuickSearch package.
- Go to menu Edit->Project Settings. Select Package Manager and enable Preview Package.
- Open Package Manager (Window->Package Manager menu). Search the registry for QuickSearch and select the latest preview version of QuickSearch 3.0 (preview.17 at the time this is written).
Search is already available as a core feature. You just need to properly install the search-extensions package.
- Press Download code button
- Unzip the code into a folder (ex:
com.unity.search.extensions-main
) - Copy this folder into the
Packages
folder of your project:
- Open the Package Manager
- Press the
+
icon and select Add package from git URL - Paste the following URL:
https://github.com/Unity-Technologies/com.unity.search.extensions.git?path=package
- Press the
Add
button.
You can now validate that the Dependency Viewer is available in the Window->Search menu:
This package contains a prototype for a Dependency Viewer. More details can be found in our documentation wiki.
Note that the Dependency Viewer works only for:
- Unity 2020.3
- Unity 2021.2 and more
This repository is read-only. Owners won't accept pull requests, GitHub review requests, or any other GitHub-hosted issue management requests.