Merge pull request #40 from youigame/main

change sample path name
This commit is contained in:
何冠峰
2022-10-08 14:36:09 +08:00
committed by GitHub

View File

@@ -12,17 +12,17 @@
{
"displayName": "Basic Sample",
"description": "YooAsset runtime sample, Include resource update, resource download, resource loading and other functions.",
"path": "Samples~/BasicSample"
"path": "Samples~/Basic Sample"
},
{
"displayName": "Extension Sample",
"description": "YooAsset editor extension sample, Include patcher combine, patcher compare, patcher importer and other functions.",
"path": "Samples~/ExtensionSample"
"path": "Samples~/Extension Sample"
},
{
"displayName": "UniTask Sample",
"description": "UniTask extension sample, Include extension scprits, Please Read the README documentation in the extension sample .",
"path": "Samples~/UniTaskSample"
"path": "Samples~/UniTask Sample"
}
],
"repository": {