Update package.json
parent
d6010a81e1
commit
8967e6f8c4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue