Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruDev committed Aug 31, 2024
1 parent 682ffea commit 13cacbf
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,22 @@ This Unity Editor tool helps you find and remove missing scripts from your scene

## Installation

1. Download or clone the repository.
2. Place the `MissingScriptsFinder.cs` file in the `Assets/Editor` or `Assets/Plugins/Editor` directory of your Unity project.
### Option 1: Install via Unity Package Manager

1. Open Unity and go to `Window` > `Package Manager`.
2. Click the `+` button in the top-left corner.
3. Select `Add package from git URL...`.
4. Enter the following URL:
```
https://github.com/RimuruDev/Unity-MissingScriptsFinder.git
```
5. Click `Add` to install the package.

### Option 2: Install via Release Package

1. Download the latest `.unitypackage` file from the [Releases](https://github.com/RimuruDev/Unity-MissingScriptsFinder/releases) page.
2. In Unity, go to `Assets` > `Import Package` > `Custom Package...`.
3. Select the downloaded `.unitypackage` file and import it into your project.

## Usage

Expand Down

0 comments on commit 13cacbf

Please sign in to comment.