初始化

This commit is contained in:
come
2025-07-26 16:57:05 +08:00
parent fa81439a8c
commit 2e222d2ec5
2 changed files with 31 additions and 1 deletions

View File

@@ -1,9 +1,11 @@
{
"dependencies": {
"com.code-philosophy.luban": "https://gitee.com/focus-creative-games/luban_unity.git",
"com.tuyoogame.yooasset": "1.4.14",
"com.unity.addressables": "1.22.3",
"com.unity.collab-proxy": "2.8.2",
"com.unity.feature.development": "1.0.1",
"com.unity.mathematics": "1.2.6",
"com.unity.textmeshpro": "3.0.7",
"com.unity.timeline": "1.7.6",
"com.unity.ugui": "1.0.0",
@@ -40,5 +42,14 @@
"com.unity.modules.vr": "1.0.0",
"com.unity.modules.wind": "1.0.0",
"com.unity.modules.xr": "1.0.0"
}
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.tuyoogame.yooasset"
]
}
]
}