Search Issue Tracker
Fixed
Fixed in 2021.3.50f1, 2022.3.60f1, 6000.0.41f1, 6000.1.0b9, 6000.2.0a5
Votes
1
Found in
2021.3.47f1
2022.3.55f1
6000.0.32f1
6000.1.0a9
6000.2.0a1
Issue ID
UUM-91216
Regression
No
A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
How to reproduce:
1. Create and open a new project
2. Create a Terrain and a Cube
3. Select the Terrain and open the “Paint Details“ tab in the Inspector
4. Make the Cube a Prefab
5. Add a new Detail Mesh in the lower part of the Inspector
6. Put the Cube as the detail
7. Observe the Inspector
Expected result: No warning is displayed
Actual result: An “Atlas uncompressed.“ warning is displayed
Reproducible in: 2021.3.47f1, 2022.3.55f1, 6000.0.32f1, 6000.1.0a9
Reproduced on: Windows 11 Pro (23H2)
Not reproduced on: No other environment tested
Notes:
- The Cube is not assigned any texture that might be uncompressed, it is a default material
- Reproducible in URP and HDRP projects
- The error reads “Atlas uncompressed. This can be caused by mismatched texture formats.“
- Discussions Thread link: https://discussions.unity.com/t/terrain-atlas-uncompressed-warning/950458/4
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
- Uninitialized variable warning appears in the Inspector of a custom shader when the variable is initialized
- "Failed creating toolbar element from ID..." error is thrown when resetting the Scene view Overlay layout while an Asset Transformer Toolbox overlay is active
- Entity ID for Font Assets is serialized twice which throws an error when using Debug Inspector
- Play Mode can be entered when disabling Adaptive Performance and pressing either the Play Mode button or the keyboard shortcut to enter Play Mode before recompilation leading to errors and warnings thrown
- Parent ListView element also becomes selected when inner ListView element is selected
Resolution Note (fix version 6000.2.0a5):
Warning about uncompressed atlas should now only appear when there are compressed and uncompressed textures in the atlas. Also improved the clarity of the messaging in the warning.
Resolution Note (fix version 6000.0.41f1):
Warning about uncompressed atlas should now only appear when there are compressed and uncompressed textures in the atlas. Also improved the clarity of the messaging in the warning.
Resolution Note (fix version 2022.3.60f1):
Warning about uncompressed atlas should now only appear when there are compressed and uncompressed textures in the atlas. Also improved the clarity of the messaging in the warning.
Resolution Note (fix version 2021.3.50f1):
Warning about uncompressed atlas should now only appear when there are compressed and uncompressed textures in the atlas. Also improved the clarity of the messaging in the warning.