Search Issue Tracker
Fixed in 5.0.X
Votes
1
Found in
4.3.0a4
Issue ID
558145
Regression
No
Cubemaps: support texture compression on them
Unity simply has no options for enabling cubemaps to use any form of compression (dxt5, dxt1 or any platform dependant type)
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Duncan Stead
Jun 09, 2014 12:33
For our browser game, 512x512 cubemaps are coming out uncompressed at ~6 compared to the 6 individual textures being compressed to a total of <500k. To avoid the download, we're having to change our pipeline to store cubemaps as their component textures then reconstruct the cubemap at runtime. Cubemap compression would solve this and improve runtime memory usage too.