Skip to content

Commit 177db66

Browse files
authored
Simplified Package Manager installation instruction
1 parent 4415d4b commit 177db66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ There are 5 ways to install this plugin:
2121
- import [AssetUsageDetector.unitypackage](https://github.com/yasirkula/UnityAssetUsageDetector/releases) via *Assets-Import Package*
2222
- clone/[download](https://github.com/yasirkula/UnityAssetUsageDetector/archive/master.zip) this repository and move the *Plugins* folder to your Unity project's *Assets* folder
2323
- import it from [Asset Store](https://assetstore.unity.com/packages/tools/utilities/asset-usage-detector-112837)
24-
- *(via Package Manager)* add the following line to *Packages/manifest.json*:
25-
- `"com.yasirkula.assetusagedetector": "https://github.com/yasirkula/UnityAssetUsageDetector.git",`
24+
- *(via Package Manager)* click the + button and install the package from the following git URL:
25+
- `https://github.com/yasirkula/UnityAssetUsageDetector.git`
2626
- *(via [OpenUPM](https://openupm.com))* after installing [openupm-cli](https://github.com/openupm/openupm-cli), run the following command:
2727
- `openupm add com.yasirkula.assetusagedetector`
2828

0 commit comments

Comments
 (0)