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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.