Search Issue Tracker
Fixed
Fixed in 2022.3.61f1, 6000.0.X, 6000.1.0b12, 6000.2.0a7
Votes
0
Found in
2021.3.25f1
2022.2.19f1
2022.3.59f1
2023.1.0b16
2023.2.0a14
2023.3.0a3
6000.0.0b11
6000.1.0a7
6000.2.0a1
7000.0.0a1
Issue ID
UUM-35314
Regression
Yes
Material ETC2 RGBA Block Stride Mipmaps are rendered incorrectly in the preview window when the Android Platform is selected and using compressed NPOT Texture Mipmaps
How to reproduce:
1. Open the "IN_40138" project
2. Open the "SampleScene"
3. In Build Settings select Android Platform
4. Enter the Play Mode
5. In the Hierarchy select the "Quad" GameObject
6. In the Inspector expand the "Unlit" Material properties
7. Under the Maps double-click on the Albedo texture
8. Change the Mipmap level
9. Observe the Material preview window
Expected result: material mipmaps are rendered without distortions
Actual result: material mipmaps are rendered incorrectly with distortions
Reproducible with: 2021.3.25f1, 2022.2.19f1, 2023.1.0b16, 2023.2.0a14
Not reproducible with: 2020.3.48f1
Testing environment: Windows 10 Pro
Notes:
- Couldn't find regression due to a crash when entering the Play Mode
- Not reproducible if another Platform than Android is selected in Build Settings
- Changing the size of the preview size will affect in which Mipmaps issue is reproducible. It can be changed in the “LoadImageFromData” Script
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
- Extra empty space appear in Project Settings > Scene Template Types scroll list when scrolled right
- Not all Types in Project Settings > Scene Template are truncated and margin is missing next to scrollbar
- “[In Project] Unknown filter “i”” message is thrown in Search window
- [Ubuntu] Asset Bundles Dropdowns Contain Empty Row in Inspector
- Symbols are generated for a third-party native plug-in with 'Shared Library Type' set to 'Executable' when building for Android
Resolution Note (fix version 6000.2.0a7):
Compression of NPOT textures with mipmaps is not supported by the GPU. Texture2D.Compress function has been updated to detect that and not compress the texture, issuing an error message, so that it is consistent with the texture import pipeline.
Resolution Note (fix version 6000.1.0b12):
Compression of NPOT textures with mipmaps is not supported by the GPU. Texture2D.Compress function has been updated to detect that and not compress the texture, issuing an error message, so that it is consistent with the texture import pipeline.
Resolution Note (fix version 6000.0):
Compression of NPOT textures with mipmaps is not supported by the GPU. Texture2D.Compress function has been updated to detect that and not compress the texture, issuing an error message, so that it is consistent with the texture import pipeline.
Resolution Note (fix version 2022.3.61f1):
Compression of NPOT textures with mipmaps is not supported by the GPU. Texture2D.Compress function has been updated to detect that and not compress the texture, issuing an error message, so that it is consistent with the texture import pipeline.