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)
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
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.