Skip to content

Commit 9b3f84b

Browse files
author
Rob Farthing
authored
Merge pull request Tayx94#1 from ROBYER1/Scoped-Registries-Readme
Add Scoped Registries guide to the Readme doc
2 parents 38d5399 + d5ed311 commit 9b3f84b

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,22 @@ The debugger allows you to set one or more conditions, that if met will have the
6060
```
6161
openupm add com.tayx.graphy
6262
```
63-
2. You can also install via git url by adding this entry in your **manifest.json**
63+
2. You can add this package in Unity Package Manager by adding it to the Scoped Registries at Edit > Project Settings > Package Manager > Scoped Registries
64+
65+
Add a section on the left called package.openupm.com
66+
On the right, add
67+
Name: package.openupm.com
68+
URL: https://package.openupm.com
69+
Scopes:
70+
com.openupm
71+
com.tayx.graphy
72+
73+
![image](https://github.com/ROBYER1/graphy/assets/10745594/0a6328d1-4a00-47d4-97d0-964535c37400)
74+
75+
Then in Window > Package Manager, you can select Packages: My Registry to see Graphy as a package to download
76+
![image](https://github.com/ROBYER1/graphy/assets/10745594/dbf18c6e-a170-4128-b6c6-f12d9cb75ea6)
77+
78+
3. After step 2, you can also install via git url by adding this entry in your **manifest.json**
6479
```
6580
{
6681
"dependencies": {
@@ -70,9 +85,9 @@ openupm add com.tayx.graphy
7085
}
7186
}
7287
```
73-
3. You can also download it from the [Asset Store](https://assetstore.unity.com/packages/tools/gui/graphy-ultimate-stats-monitor-debugger-105778)
88+
4. You can also download it from the [Asset Store](https://assetstore.unity.com/packages/tools/gui/graphy-ultimate-stats-monitor-debugger-105778)
7489

75-
4. Click here for old version that supports Unity 5.4+:
90+
5. Click here for old version that supports Unity 5.4+:
7691
[![Unity 5.4+](https://img.shields.io/badge/unity-5.4%2B-blue.svg)](https://github.com/Tayx94/graphy/releases/tag/v1.6.0-Unity5.4)
7792

7893
## Development of Graphy

0 commit comments

Comments
 (0)