File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,18 @@ Or if you don't have it, add the scoped registry to manifest.json with the desir
4343
4444Project 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
You can’t perform that action at this time.
0 commit comments