This commit is contained in:
2026-05-27 00:05:32 +08:00
parent 33128ea686
commit e53f400530
12 changed files with 464 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"com.unity.ide.rider": "3.0.40",
"com.unity.inputsystem": "1.19.0",
"com.unity.nuget.newtonsoft-json": "3.2.2",
"com.unity.recorder": "4.0.3",
"com.unity.render-pipelines.universal": "17.3.0",
"com.unity.test-framework": "1.1.33",
"com.unity.ugui": "2.0.0",

View File

@@ -91,6 +91,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.recorder": {
"version": "4.0.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.timeline": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.12",
"depth": 1,
@@ -167,6 +176,18 @@
},
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.7.7",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "2.0.0",
"depth": 0,