diff --git a/docs/05-custom-cocos-engine/03-setup-after-change-assets copy.md b/docs/05-custom-cocos-engine/03-setup-after-change-assets copy.md new file mode 100644 index 0000000..e8eeb97 --- /dev/null +++ b/docs/05-custom-cocos-engine/03-setup-after-change-assets copy.md @@ -0,0 +1,48 @@ +# Setup After Change Assets + +## CUSTOM-SCALE + +:::info +Short description: This helper will help you update file custom-scale-data, which can auto scale your asset to optimize. +::: +![Add Symbol Texture](./img/run-custom-scale.png) + +This file will change after you run this. + +![Add Symbol Texture](./img/custom-scale.png) + +## REMOVE PACKAGE +:::info +Short description: Asset of cocos will auto pack atlas when build. Our atlas already packed by tps, so we have to remove this setting. +::: +![Add Symbol Texture](./img/run-remove-packable.png) + +Your asset will change this setting. + +![Add Symbol Texture](./img/remove-packable.png) + + +## COMPRESS TEXTURE FORMAT +:::info +Short description: This helper will help you update file custom-scale-data, which can auto scale your asset to optimize. +::: +![Add Symbol Texture](./img/run-compress-texture.png) + +Your asset will change this setting. + +![Add Symbol Texture](./img/compress-texture.png) + +## RUN PRELOAD HYPER HELPER +:::info +Short description: This helper will setup to load your assets with mobile/desktop & localize. +::: +![Add Symbol Texture](./img/run-preload-helper.png) +:::warning +Remember open preload scene when run this helper. +::: + +## MERGE JSON FILES +:::info +Short description: This helper merges all your JSON files into one, helping the game run faster in the editor. +::: +![Add Symbol Texture](./img/run-merge-json.png) \ No newline at end of file diff --git a/docs/05-custom-cocos-engine/img/compress-texture.png b/docs/05-custom-cocos-engine/img/compress-texture.png new file mode 100644 index 0000000..2cb9574 Binary files /dev/null and b/docs/05-custom-cocos-engine/img/compress-texture.png differ diff --git a/docs/05-custom-cocos-engine/img/custom-scale.png b/docs/05-custom-cocos-engine/img/custom-scale.png new file mode 100644 index 0000000..3cac091 Binary files /dev/null and b/docs/05-custom-cocos-engine/img/custom-scale.png differ diff --git a/docs/05-custom-cocos-engine/img/remove-packable.png b/docs/05-custom-cocos-engine/img/remove-packable.png new file mode 100644 index 0000000..ea0011b Binary files /dev/null and b/docs/05-custom-cocos-engine/img/remove-packable.png differ diff --git a/docs/05-custom-cocos-engine/img/run-compress-texture.png b/docs/05-custom-cocos-engine/img/run-compress-texture.png new file mode 100644 index 0000000..79a71a7 Binary files /dev/null and b/docs/05-custom-cocos-engine/img/run-compress-texture.png differ diff --git a/docs/05-custom-cocos-engine/img/run-custom-scale.png b/docs/05-custom-cocos-engine/img/run-custom-scale.png new file mode 100644 index 0000000..edafeb8 Binary files /dev/null and b/docs/05-custom-cocos-engine/img/run-custom-scale.png differ diff --git a/docs/05-custom-cocos-engine/img/run-merge-json.png b/docs/05-custom-cocos-engine/img/run-merge-json.png new file mode 100644 index 0000000..ba38f90 Binary files /dev/null and b/docs/05-custom-cocos-engine/img/run-merge-json.png differ diff --git a/docs/05-custom-cocos-engine/img/run-preload-helper.png b/docs/05-custom-cocos-engine/img/run-preload-helper.png new file mode 100644 index 0000000..c46248d Binary files /dev/null and b/docs/05-custom-cocos-engine/img/run-preload-helper.png differ diff --git a/docs/05-custom-cocos-engine/img/run-remove-packable.png b/docs/05-custom-cocos-engine/img/run-remove-packable.png new file mode 100644 index 0000000..4cffd55 Binary files /dev/null and b/docs/05-custom-cocos-engine/img/run-remove-packable.png differ