Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the description of platform support for compressed textures. #3062

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions versions/3.8/en/asset/compress-texture.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ Except for the `JPG` and `PNG` supported by all platforms, the details of other
| ----------------- | -------------------- |
| Web Desktop | - |
| Web Mobile | ASTC / ETC2 / ETC1 / PVR / WEBP |
| WeChat Mini Game | ASTC / ETC1 / PVR |
| AliPay Mini Game | ETC1 / PVR |
| Baidu Mini Game | ETC1 / PVR |
| WeChat Mini Game | ASTC / ETC2 / ETC1 / PVR |
| ByteDance Mini Game | ASTC / ETC2 / ETC1 / PVR |
| AliPay Mini Game | ASTC / ETC1 / PVR |
| TaoBao Mini Game | ASTC / ETC1 / PVR |
| OPPO Mini Game | ETC1 |
| vivo Mini Game | ETC1 |
| Huawei Quick Game | ETC1 |
| Cocos Play | ETC1 |
| Huawei AGC | ASTC / ETC2 / ETC1 |
| Xiaomi Quick Game | ETC1 |
| iOS | ASTC / PVR / WEBP / ETC1 / ETC2 |
| Android / Huawei AGC | ASTC / ETC2 / ETC1 / WEBP |
Expand Down
9 changes: 5 additions & 4 deletions versions/3.8/zh/asset/compress-texture.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@ Cocos Creator 3.0 在构建图片的时候,会查找当前图片是否进行
| :---------------- | :------------------- |
| Web Desktop | - |
| Web Mobile | ASTC / ETC2 / ETC1 / PVR / WEBP |
| WeChat Mini Game | ASTC / ETC1 / PVR |
| AliPay Mini Game | ETC1 / PVR |
| Baidu Mini Game | ETC1 / PVR |
| WeChat Mini Game | ASTC / ETC2 / ETC1 / PVR |
| ByteDance Mini Game | ASTC / ETC2 / ETC1 / PVR |
| AliPay Mini Game | ASTC / ETC1 / PVR |
| TaoBao Mini Game | ASTC / ETC1 / PVR |
| OPPO Mini Game | ETC1 |
| vivo Mini Game | ETC1 |
| Huawei Quick Game | ETC1 |
| Cocos Play | ETC1 |
| Huawei AGC | ASTC / ETC2 / ETC1 |
| Xiaomi Quick Game | ETC1 |
| iOS | ASTC / PVR / WEBP / ETC1 / ETC2 |
| Android / Huawei AGC | ASTC / ETC2 / ETC1 / WEBP |
Expand Down