Install Graphy FPS graph
This commit is contained in:
parent
b6d025ff5a
commit
8d36f9ea5d
5 changed files with 110 additions and 49 deletions
|
@ -43,7 +43,8 @@
|
|||
"com.unity.modules.video": "1.0.0",
|
||||
"com.unity.modules.vr": "1.0.0",
|
||||
"com.unity.modules.wind": "1.0.0",
|
||||
"com.unity.modules.xr": "1.0.0"
|
||||
"com.unity.modules.xr": "1.0.0",
|
||||
"com.tayx.graphy": "3.0.2"
|
||||
},
|
||||
"scopedRegistries": [
|
||||
{
|
||||
|
@ -52,6 +53,14 @@
|
|||
"scopes": [
|
||||
"com.spoiledcat"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "package.openupm.com",
|
||||
"url": "https://package.openupm.com",
|
||||
"scopes": [
|
||||
"com.openupm",
|
||||
"com.tayx.graphy"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -7,6 +7,13 @@
|
|||
"dependencies": {},
|
||||
"url": "https://registry.spoiledcat.com"
|
||||
},
|
||||
"com.tayx.graphy": {
|
||||
"version": "3.0.2",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {},
|
||||
"url": "https://package.openupm.com"
|
||||
},
|
||||
"com.unity.burst": {
|
||||
"version": "1.8.2",
|
||||
"depth": 1,
|
||||
|
|
Reference in a new issue