Install Graphy FPS graph

This commit is contained in:
BuyMyMojo 2023-03-01 06:24:02 +11:00
parent b6d025ff5a
commit 8d36f9ea5d
5 changed files with 110 additions and 49 deletions

View file

@ -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"
]
}
]
}
}

View file

@ -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,