動画撮影用インストール

This commit is contained in:
koya_15 2021-11-08 15:24:06 +09:00
parent 02efa23306
commit a0482cec67
2 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"com.unity.collections": "0.9.0-preview.6", "com.unity.collections": "0.9.0-preview.6",
"com.unity.ide.rider": "1.1.4", "com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.3", "com.unity.ide.vscode": "1.2.3",
"com.unity.recorder": "3.0.2",
"com.unity.test-framework": "1.1.20", "com.unity.test-framework": "1.1.20",
"com.unity.textmeshpro": "2.1.1", "com.unity.textmeshpro": "2.1.1",
"com.unity.timeline": "1.2.17", "com.unity.timeline": "1.2.17",

View File

@ -141,6 +141,15 @@
"dependencies": {}, "dependencies": {},
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.recorder": {
"version": "3.0.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.timeline": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.20", "version": "1.1.20",
"depth": 0, "depth": 0,