mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-28 19:48:47 +00:00
Update package.json
This commit is contained in:
@@ -3,11 +3,28 @@
|
|||||||
"displayName": "YooAsset",
|
"displayName": "YooAsset",
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"unity": "2019.4",
|
"unity": "2019.4",
|
||||||
"description": "unity3d resources management system",
|
"description": "unity3d resources management system.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "TuYoo Games",
|
"name": "TuYoo Games",
|
||||||
"url": "https://github.com/tuyoogame/YooAsset"
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/tuyoogame/YooAsset.git"
|
"url": "https://github.com/tuyoogame/YooAsset.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user