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

taobao ASTC dont support #17240

Closed
tangkaikk opened this issue Jun 27, 2024 · 0 comments
Closed

taobao ASTC dont support #17240

tangkaikk opened this issue Jun 27, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@tangkaikk
Copy link
Contributor

Cocos Creator version

3.x 2x

System information

All Devices in Taobaominigame

Issue description

taobao platform support ASTC, but in Cocos ASTC dont support

Relevant error log output

No response

Steps to reproduce

cc.assetManager.loadRemote('https://download.cocos.org/CocosTechnicalSupport/tangkai/testastc.astc', (err, texture: cc.Texture2D) => {
console.log("texture",texture)
if (err) {
console.error(err)
} else {
self.test.spriteFrame = new cc.SpriteFrame(texture)
}
})
through the code, astc can not be show correctly.

Minimal reproduction project

TB_ASTC_WEBGL.zip

@tangkaikk tangkaikk added Bug Needs Triage Needs to be assigned by the team labels Jun 27, 2024
@minggo minggo added this to the 3.8.5 milestone Jul 2, 2024
@minggo minggo removed the Needs Triage Needs to be assigned by the team label Jul 2, 2024
@minggo minggo closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants