Update package.json

pull/28/head
hevinci 2022-07-18 15:17:22 +08:00
parent d6010a81e1
commit 8967e6f8c4
1 changed files with 18 additions and 1 deletions

View File

@ -3,11 +3,28 @@
"displayName": "YooAsset",
"version": "1.2.0",
"unity": "2019.4",
"description": "unity3d resources management system",
"description": "unity3d resources management system.",
"author": {
"name": "TuYoo Games",
"url": "https://github.com/tuyoogame/YooAsset"
},
"samples": [
{
"displayName": "Basic Sample",
"description": "YooAsset runtime sample, Include resource update, resource download, resource loading and other functions.",
"path": "Samples~/BasicSample"
},
{
"displayName": "Extension Sample",
"description": "YooAsset editor extension sample, Include patcher combine, patcher compare, patcher importer and other functions.",
"path": "Samples~/ExtensionSample"
},
{
"displayName": "UniTask Sample",
"description": "UniTask extension sample, Include extension scprits, Please Read the README documentation in the extension sample .",
"path": "Samples~/UniTaskSample"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tuyoogame/YooAsset.git"