Search Issue Tracker
Fixed
Votes
0
Found in
2020.2.0a8
2020.3
2020.3.21f1
Issue ID
1376153
Regression
Yes
m_EtcTextureBestCompressor keeps changing the value back and forth when selecting the same setting
Reproduction steps:
1. Open the attached project "1376153_case.zip"
2. Go to Project Settings > Editor.
3. Navigate to the "ETC Texture Compressor" settings and in the "Behaviour" section select Custom
4. In the "Best" section select "ETCPACK Best" and save the project
5. Navigate to the project folder and go to the Project Settings Folder and open EditorSettings.asset with a text editor
6. Observe the m_EtcTextureBestCompressor value (it will be either 2 or 5).
7. Go back to Project Settings > Editor and click the "Best" compressor setting and select the setting which it already has ("ETCPACK Best")
8. Save the project again and look at the EditorSettings.asset again
Expected result: The value of m_EtcTextureBestCompressor stays the same
Actual result: The value of m_EtcTextureBestCompressor will have changed from 2 to 5 or from 5 to 2
Reproducible with: 2020.2.0a8, 2020.3.23f1
Not reproducible with: 2019.4.32f1, 2020.2.0a7, 2021.1.0a1, 2021.1.28f1, 2021.2.3f1, 2022.1.0a15
Notes:
- Selecting "ETCPACK Best" as the best compressor, then saving the project, then looking at the EditorSettings.asset again, the value will keep changing back and forth between 2 and 5, even though the same option is selected
-The issue reproduces on Standalone and Android platforms
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
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
Resolution Note:
Fixed in 2021.1.0a1 and above