Search Issue Tracker
Fixed
Fixed in 2023.2.10f1, 2023.3.0b2
Votes
7
Found in
2023.1.19f1
2023.2.0b16
2023.3.0a12
Issue ID
UUM-55126
Regression
Yes
Crash on EditorOnlyPlayerSettings::GetDefaultTextureCompressionFormat when selecting a Texture 2D asset
Reproduction steps:
1. Open the attached “repro-project“
2. In the Project window navigate to the “Assets/imagenes“ folder
3. Select any Texture 2D asset
4. Observe the crash
Reproducible with: 2023.1.0a20, 2023.1.19f1 (the Editor crashes after the steps), 2023.2.0b16, 2023.3.0a12 (the Editor crashes on opening)
Not reproducible with: 2021.3.32f1, 2022.3.12f1, 2023.1.0a19
Reproduced on: Windows 10 Pro, MacBook Pro M1 Max
Not reproducible on: No other environment tested
First few lines of the stack trace:
0x00007FFE7EB53386 (Unity) EditorOnlyPlayerSettings::GetDefaultTextureCompressionFormat
0x00007FFE7DE0ED41 (Unity) DoesDefaultTextureCompressionAllowRGTC
0x00007FFE7DD8BCA1 (Unity) IsSupportedTextureFormat
0x00007FFE7DD8F96D (Unity) RecommendedFormatsFromTextureTypeAndPlatform
0x00007FFE7C7788A1 (Unity) TextureImporter_CUSTOM_RecommendedFormatsFromTextureTypeAndPlatform
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment