Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gmhevinci committed Jul 18, 2022
1 parent d6010a8 commit 8967e6f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Assets/YooAsset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8967e6f

Please sign in to comment.