【m】框架大更新

This commit is contained in:
2025-10-31 11:18:23 +08:00
parent ae6e7c804b
commit 8e1d52ddbf
1883 changed files with 213934 additions and 640 deletions

View File

@@ -0,0 +1,52 @@
{
"name": "com.tuyoogame.yooasset",
"displayName": "YooAsset",
"version": "2.3.16",
"unity": "2019.4",
"description": "unity3d resources management system.",
"author": {
"name": "TuYoo Games",
"url": "https://github.com/tuyoogame/YooAsset"
},
"samples": [
{
"displayName": "Space Shooter",
"description": "YooAsset runtime sample, Include resource update, resource download, resource loading and other functions.",
"path": "Samples~/Space Shooter"
},
{
"displayName": "Mini Game",
"description": "YooAsset extension file system, Include wechat file system, tiktok file system.",
"path": "Samples~/Mini Game"
},
{
"displayName": "Extension Sample",
"description": "YooAsset extension sample, Include patcher combine, patcher compare, patcher importer and other functions.",
"path": "Samples~/Extension Sample"
},
{
"displayName": "UniTask Sample",
"description": "UniTask sample, Please Read the README documentation in the sample .",
"path": "Samples~/UniTask Sample"
},
{
"displayName": "Test Sample",
"description": "Test sample, Include unit test cases .",
"path": "Samples~/Test Sample"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tuyoogame/YooAsset.git"
},
"relatedPackages": {},
"dependencies": {
"com.unity.scriptablebuildpipeline": "1.21.25",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
},
"publishConfig": {
"registry": "https://package.openupm.com"
}
}