- Home /
TextureFormat ETC2 missing?
When I override texture settings for Android with the format "RGBA Compressed ETC2 8 bit" or setting the texture compression in the Android`s player settings to ETC2 (GLES 3.0) which texture format does the texture get? When looking at the Texture Format definitions: http://docs.unity3d.com/Documentation/ScriptReference/TextureFormat.html
There is no ETC2 defined.
Does it mean that ETC2 is not supported? Or does it mean it gets converted when loaded? Or is it just missing in the enum and I will get a value not listed in the TextureFormat enum?
Answer by Paulius-Liekis · Mar 10, 2015 at 11:10 AM
It seems to be available in latest docs: http://docs.unity3d.com/ScriptReference/TextureFormat.ETC2_RGBA8.html
Your answer
Follow this Question
Related Questions
Combine two ETC textures with custom shader (one with alpha) 1 Answer
Unity4 DXT APKs don't support S3TC, can't publish to Play Store 2 Answers
Replacing all the PNG files in my project to ETC2 for android 0 Answers
Displaying 2d graphics (sprites) on Android with ETC and alpha channel 1 Answer
Sprites and textureformats on Android 0 Answers