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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in a new issue