Merge pull request 'add setup-after-change-assets in CustomCocosEngine' (#32) from feature/setup-after-update-asset into develop
Reviewed-on: #32
@ -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.
|
||||
:::
|
||||

|
||||
|
||||
This file will change after you run this.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
:::
|
||||

|
||||
|
||||
Your asset will change this setting.
|
||||
|
||||

|
||||
|
||||
|
||||
## COMPRESS TEXTURE FORMAT
|
||||
:::info
|
||||
Short description: This helper will help you update file custom-scale-data, which can auto scale your asset to optimize.
|
||||
:::
|
||||

|
||||
|
||||
Your asset will change this setting.
|
||||
|
||||

|
||||
|
||||
## RUN PRELOAD HYPER HELPER
|
||||
:::info
|
||||
Short description: This helper will setup to load your assets with mobile/desktop & localize.
|
||||
:::
|
||||

|
||||
:::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.
|
||||
:::
|
||||

|
BIN
docs/05-custom-cocos-engine/img/compress-texture.png
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
docs/05-custom-cocos-engine/img/custom-scale.png
Normal file
After Width: | Height: | Size: 77 KiB |
BIN
docs/05-custom-cocos-engine/img/remove-packable.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
docs/05-custom-cocos-engine/img/run-compress-texture.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/05-custom-cocos-engine/img/run-custom-scale.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
docs/05-custom-cocos-engine/img/run-merge-json.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
docs/05-custom-cocos-engine/img/run-preload-helper.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
docs/05-custom-cocos-engine/img/run-remove-packable.png
Normal file
After Width: | Height: | Size: 13 KiB |