레코더 포함

This commit is contained in:
2026-07-28 14:35:27 +09:00
parent 507e940079
commit a730cbdb29
4 changed files with 25 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
"com.unity.inputsystem": "1.19.0",
"com.unity.learn.iet-framework": "5.0.4",
"com.unity.multiplayer.center": "1.0.1",
"com.unity.recorder": "5.1.6",
"com.unity.render-pipelines.universal": "17.5.0",
"com.unity.shadergraph": "17.5.0",
"com.unity.timeline": "1.8.12",

View File

@@ -6,6 +6,15 @@
"source": "builtin",
"dependencies": {}
},
"com.unity.bindings.openimageio": {
"version": "1.0.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.collections": "1.2.4"
},
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.29",
"depth": 1,
@@ -131,6 +140,17 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.recorder": {
"version": "5.1.6",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.timeline": "1.8.7",
"com.unity.collections": "1.2.4",
"com.unity.bindings.openimageio": "1.0.2"
},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "17.5.0",
"depth": 1,

Binary file not shown.