File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,22 @@ This Unity Editor tool helps you find and remove missing scripts from your scene
1010
1111## Installation
1212
13- 1 . Download or clone the repository.
14- 2 . Place the ` MissingScriptsFinder.cs ` file in the ` Assets/Editor ` or ` Assets/Plugins/Editor ` directory of your Unity project.
13+ ### Option 1: Install via Unity Package Manager
14+
15+ 1 . Open Unity and go to ` Window ` > ` Package Manager ` .
16+ 2 . Click the ` + ` button in the top-left corner.
17+ 3 . Select ` Add package from git URL... ` .
18+ 4 . Enter the following URL:
19+ ```
20+ https://github.com/RimuruDev/Unity-MissingScriptsFinder.git
21+ ```
22+ 5 . Click ` Add ` to install the package.
23+
24+ ### Option 2: Install via Release Package
25+
26+ 1 . Download the latest ` .unitypackage ` file from the [ Releases] ( https://github.com/RimuruDev/Unity-MissingScriptsFinder/releases ) page.
27+ 2 . In Unity, go to ` Assets ` > ` Import Package ` > ` Custom Package... ` .
28+ 3 . Select the downloaded ` .unitypackage ` file and import it into your project.
1529
1630## Usage
1731
You can’t perform that action at this time.
0 commit comments