change sample path name

pull/40/head
lark 2022-09-28 22:13:21 +08:00
parent 4ece14e921
commit 0a129f9250
1 changed files with 3 additions and 3 deletions

View File

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