yasirkula / UnityAssetUsageDetector

Find usages of the selected asset(s) and/or Object(s) in your Unity project, i.e. list the objects that refer to them
MIT License
1.74k stars 118 forks source link

Cannot be found in via Package Manager #25

Closed develax closed 3 years ago

develax commented 3 years ago

Description of the bug

Cannot be found in Unity 2020.2.0f1 via Package Manager

Reproduction steps

Open Package Manager, select Packages: Unity registry, try to search with keywords like "detector" or "Asset Usage Detector", nothing will be found.

Platform specs

Please provide the following info if this is a Unity 3D repository.

yasirkula commented 3 years ago

Inside Unity registry, only packages developed by Unity Technologies can be found. You can either import the asset from "My Assets" list (which is a mirror of Asset Store) or add this repository's git url to Packages/manifest.json.

develax commented 3 years ago

Thank you!