Skip to content

Commit e6f7a38

Browse files
committed
docs: Updated the installation instructions for Package Manager
1 parent 7336826 commit e6f7a38

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,18 @@ Or if you don't have it, add the scoped registry to manifest.json with the desir
4343

4444
Project supports Unity Package Manager. To install the project as a Git package do the following:
4545

46-
1. In Unity, open **Window** -> **Package Manager**.
47-
2. Press the **+** button, choose "**Add package from git URL...**"
48-
3. Enter "https://github.com/SolidAlloy/SolidUtilities.git" and press **Add**.
49-
4. When the first package is installed, add the main one: "https://github.com/SolidAlloy/ClassTypeReference-for-Unity.git".
46+
1. In Unity, open **Project Settings** -> **Package Manager**.
47+
2. Add a new scoped registry with the following details:
48+
- **Name**: package.openupm.com
49+
- **URL**: https://package.openupm.com
50+
- Scope(s):
51+
- com.openupm
52+
- com.solidalloy
53+
- org.nuget
54+
3. Hit **Apply**.
55+
4. Go to **Window** -> **Package Manager**.
56+
5. Press the **+** button, *Add package from git URL*.
57+
6. Enter **com.solidalloy.type-references**, press **Add**.
5058

5159
## Simple Usage
5260

0 commit comments

Comments
 (0)