Search Issue Tracker
In Progress
Fixed in 2022.3.56f1, 6000.1.0a1
Fix In Review for 6000.0.X
Votes
0
Found in
2021.3.35f1
2022.3.20f1
2023.2.10f1
2023.3.0b7
6000.0.0b11
7000.0.0a1
Issue ID
UUM-65395
Regression
No
Editor crashes on libetc_init when changing WebGL Texture Format to "RGB + 1-bit Alpha Compressed ETC2 4 bits"
Reproduction steps:
1. Open "ReproProject"
2. Select the “Assets/Texture With Alpha“ Texture
3. Change the Format in WebGL settings to “RGB + 1-bit Alpha Compressed ETC2 4 bits“ in the Inspector window
4. Press the “Apply” button in the Inspector window
5. Press the “Retry“ button in the popup window
Expected result: The Texture is compressed in the “RGB + 1-bit Alpha Compressed ETC2 4 bits“ Format
Actual result: Editor crashes
Reproducible with: 2021.3.35f1, 2022.3.20f1, 2023.2.10f1, 2023.3.0b7
Reproducible on: Windows 11 Pro (22H2), macOS 14.3.1 (M1 Max)
Not reproducible on: No other environment tested
Notes:
The issue does not reproduce with "Assets/Texture Without Alpha" Texture
On macOS 14.3.1 (M1 Max) the issue reproduces on step 4, there is no popup window
First few lines of the stack trace:
{noformat}0x00007FFCF245BD61 (etccompress) libetc_init
0x00007FFCF2446933 (etccompress) libetc_init
0x00007FFCF24334AF (etccompress) libetc_init
0x00007FFCF243268E (etccompress) libetc_init
0x00007FFCF2430588 (etccompress) libetc_init
0x00007FFCF24301A1 (etccompress) libetc_compress
0x00007FFCB60CE2F4 (Unity) <lambda_0d29ec98361f12fd5b474f39be62f9f1>::operator(){noformat}
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
- PlasticSCM NullReferenceException on entering the Play Mode when Unity Version Control tab is added to the layout
- Shortcut Helper Bar does not appear when enabling it and disabling it
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
- No Duplicate option is available when right clicking States in the Animator Window even though it's available via Shortcut
Resolution Note (fix version 2022.3.56f1):
Fix Editor errors when "RGB + 1-bit Alpha Compressed ETC2 4 bits" compression is used.