Files
plugin-library/Assets/03.YooAsset/package.json
stary a7902e8224
All checks were successful
Plugin Library CI / publish (00.BuildOriginality) (push) Successful in 3s
Plugin Library CI / publish (07.RKTools) (push) Successful in 2s
Plugin Library CI / publish (00.StaryEvo) (push) Successful in 4s
Plugin Library CI / publish (00.StaryEvoTools) (push) Successful in 10s
Plugin Library CI / publish (01.HybridCLR) (push) Successful in 5s
Plugin Library CI / publish (02.InformationSave) (push) Successful in 3s
Plugin Library CI / publish (03.YooAsset) (push) Successful in 1m25s
Plugin Library CI / publish (04.AudioCore) (push) Successful in 4s
Plugin Library CI / publish (05.TableTextConversion) (push) Successful in 4s
Plugin Library CI / publish (06.UIFarme) (push) Successful in 16s
Plugin Library CI / publish (08.UniTask) (push) Successful in 3s
Plugin Library CI / publish (09.CodeChecker) (push) Successful in 16s
Plugin Library CI / publish (10.StoryEditor) (push) Successful in 3s
Plugin Library CI / publish (10.XNode) (push) Successful in 4s
Plugin Library CI / publish (11.PointCloudTools) (push) Successful in 3s
【m】yooasset更新
2026-04-13 22:36:57 +08:00

50 lines
1.8 KiB
JSON

{
"name": "com.tuyoogame.yooasset",
"displayName": "YooAsset",
"version": "2.3.18",
"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"
}
}