File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -15,32 +15,31 @@ This is a fork of the currently inactive project by Rotorz: [ClassTypeReference
1515
1616### Install with OpenUPM
1717
18- Once you have the OpenUPM cli, run the following command:
18+ Once you have the [ OpenUPM cli] ( https://github.com/openupm/openupm-cli#installation ) , run the following command:
1919
2020``` openupm install com.solidalloy.type-references ```
2121
2222Or if you don't have it, add the scoped registry to manifest.json with the desired dependency semantic version:
23+
2324``` json
2425 "scopedRegistries" : [
2526 {
2627 "name" : " package.openupm.com" ,
2728 "url" : " https://package.openupm.com" ,
2829 "scopes" : [
29- " com.solidalloy.util" ,
30- " com.solidalloy.unity-dropdown" ,
31- " com.solidalloy.type-references" ,
30+ " com.solidalloy" ,
3231 " com.openupm" ,
3332 " org.nuget"
3433 ]
3534 }
3635 ],
3736 "dependencies" : {
38- "com.solidalloy.type-references" : " 2.15.0 "
37+ "com.solidalloy.type-references" : " 2.15.1 "
3938 },
4039
4140```
4241
43- ### Install via Git URL
42+ ### Install via Package Manager
4443
4544Project supports Unity Package Manager. To install the project as a Git package do the following:
4645
You can’t perform that action at this time.
0 commit comments