Skip to content

Commit 018aca5

Browse files
committed
docs: Changed the installation guides according to the new openUPM dependencies
1 parent 2706082 commit 018aca5

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README
1+
Type References for Unity3D
22
======
33
[![openupm](https://img.shields.io/npm/v/com.solidalloy.type.references?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.solidalloy.type.references/)
44

@@ -11,24 +11,25 @@ Whilst we have not encountered any platform specific issues yet, the source code
1111

1212
This is a fork of the currently inactive project by Rotorz: [ClassTypeReference for Unity](https://bitbucket.org/rotorz/classtypereference-for-unity/src/master/)
1313
## Install with OpenUPM
14-
Once you have the OpenUpm cli run the following command:
14+
Once you have the OpenUPM cli, run the following command:
1515

1616
```openupm install com.solidalloy.type.references```
1717

18-
Or if you don't have it add the scoped registry to the manifest.json with the desired dependency semantic version:
18+
Or if you don't have it, add the scoped registry to manifest.json with the desired dependency semantic version:
1919
```
2020
"scopedRegistries": [
2121
{
2222
"name": "package.openupm.com",
2323
"url": "https://package.openupm.com",
2424
"scopes": [
25+
"com.solidalloy.util",
2526
"com.solidalloy.type.references",
2627
"com.openupm"
2728
]
2829
}
2930
],
3031
"dependencies": {
31-
"com.solidalloy.type.references": "2.1.0""
32+
"com.solidalloy.type.references": "2.1.0"
3233
},
3334
3435
```
@@ -39,7 +40,8 @@ Project supports Unity Package Manager. To install the project as a Git package
3940

4041
1. In Unity, open **Window** -> **Package Manager**.
4142
2. Press the **+** button, choose "**Add package from git URL...**"
42-
3. Enter "https://github.com/SolidAlloy/ClassTypeReference-for-Unity.git" and press **Add**.
43+
3. Enter "https://github.com/SolidAlloy/SolidUtilities.git" and press **Add**.
44+
4. When the first package is installed, add the main one: "https://github.com/SolidAlloy/ClassTypeReference-for-Unity.git".
4345

4446
## Simple Usage
4547

0 commit comments

Comments
 (0)