AssetExplorer is a Unity client implementation of AssetDatabase (https://assetdatabase.natsuneko.cat).
As an editor extension, you can take over Unity's workflow and search for assets.
You can search for assets that missing references the specified asset.
You can search for assets by the specified GUID.
![NOTE]
This feature requires an API token. API token issuance requires authentication by a third-party IdP.
Verifies that the registered asset information is correct and submits the results.
This makes it possible to improve the reliability of the registered data.
![NOTE]
This feature requires an API token. API token issuance requires authentication by a third-party IdP.
Register a new asset information.
AssetExplorer uses the AssetDatabase API to search for assets.
AssetDatabase is a web service that provides a database of assets that can be used in Unity (developed by me).
AssetExplorer uses the API provided by AssetDatabase to search, verify, and register for assets.
MIT by @6jz