This commit is contained in:
JA
2026-06-25 23:39:29 +08:00
parent 58a764746b
commit 8f869dfdd0
76 changed files with 12241 additions and 226 deletions

View File

@@ -1,5 +1,7 @@
{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.cinemachine": "2.10.7",
"com.unity.inputsystem": "1.12.0",
"com.unity.render-pipelines.universal": "14.0.11",

View File

@@ -1,5 +1,20 @@
{
"dependencies": {
"com.unity.2d.sprite": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {}
},
"com.unity.2d.tilemap": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.uielements": "1.0.0"
}
},
"com.unity.burst": {
"version": "1.8.18",
"depth": 1,