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

Proposal - Migrate PVRTC in favor of more modern ASTC or other compression format #2300

Closed
Jklawreszuk opened this issue May 30, 2024 · 1 comment
Labels
enhancement New feature or request platform-Android

Comments

@Jklawreszuk
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

PVRTC is texture compression for mobile devices which has been around for a long time. However PVRTC is being considered as obsolete and since we focus primarily on supporting two mobile systems : IOS and Android - both systems encourage the use of ASTC or other format.

From Android developer documentation:

ASTC: Recent format designed to supersede prior formats. More flexible than previous formats due to support for various block sizes. Using this format is a good way to optimize the size of your game.

Percentage of Google Play devices with support : 80%
Older, no longer recommended texture ... formats include: PVRTC
https://developer.android.com/guide/playcore/asset-delivery/texture-compression

@Jklawreszuk Jklawreszuk added the enhancement New feature or request label May 30, 2024
@Jklawreszuk
Copy link
Collaborator Author

Jklawreszuk commented Jun 24, 2024

Looks like the removal of the PVR texture compression format happened a long time ago : 71e9e25 and was replaced in favor of ETC2.
I'll close issue when I check all PVR leftovers after mentioned commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request platform-Android
Projects
None yet
Development

No branches or pull requests

2 participants