Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Compressed Cubemap textures end up black on Android #671

Open
guygodin opened this issue Apr 16, 2018 · 0 comments
Open

Compressed Cubemap textures end up black on Android #671

guygodin opened this issue Apr 16, 2018 · 0 comments

Comments

@guygodin
Copy link

guygodin commented Apr 16, 2018

If I import a Cubemap texture (.dds in A8R8G8B8 format created with DirectX Texture Tool) then check the "Compress" option in Xenko Editor, the resulting texture will be completely black in game (I load the texture asset using Content.Load(...) and don't rely on the skybox asset). The texture format in game is correctly ETC2_RGBA_SRgb but the contents is all black with any texture quality setting (Fast, High, Best, etc.). If I don't check "Compress", it shows up correctly. If I manually compress the texture in PVRTexTool and import as a RawAsset it also works correctly (althrough the gamma is off).

I can provide you a copy of the cubemap texture by email if you need.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant