Install Recorder package
This commit is contained in:
parent
8d36f9ea5d
commit
514de3010e
3 changed files with 15 additions and 5 deletions
|
@ -1,11 +1,13 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"com.spoiledcat.git": "1.0.12",
|
||||
"com.tayx.graphy": "3.0.2",
|
||||
"com.unity.cinemachine": "2.9.5",
|
||||
"com.unity.collab-proxy": "2.0.0",
|
||||
"com.unity.ide.visualstudio": "2.0.17",
|
||||
"com.unity.ide.vscode": "1.2.5",
|
||||
"com.unity.inputsystem": "1.5.0",
|
||||
"com.unity.recorder": "4.0.0",
|
||||
"com.unity.render-pipelines.universal": "14.0.6",
|
||||
"com.unity.test-framework": "1.1.33",
|
||||
"com.unity.textmeshpro": "3.0.6",
|
||||
|
@ -43,8 +45,7 @@
|
|||
"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.tayx.graphy": "3.0.2"
|
||||
"com.unity.modules.xr": "1.0.0"
|
||||
},
|
||||
"scopedRegistries": [
|
||||
{
|
||||
|
@ -63,4 +64,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -78,6 +78,15 @@
|
|||
"dependencies": {},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.recorder": {
|
||||
"version": "4.0.0",
|
||||
"depth": 0,
|
||||
"source": "registry",
|
||||
"dependencies": {
|
||||
"com.unity.timeline": "1.0.0"
|
||||
},
|
||||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"com.unity.render-pipelines.core": {
|
||||
"version": "14.0.6",
|
||||
"depth": 1,
|
||||
|
|
Reference in a new issue