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
- ScrollView clips content when under an ancestor that has a filter set
- "Retrieving array element that was out of bounds" error thrown when attempting to remove a column from a Multi-Column List View
- Multi-Column List View horizontal scroll resets to left most position when scrolling vertically
- Floating License is lost for concurrent jobs
- Warning "Failed to insert item" is logged when Assigning Project to Organization's Project in the Project Settings
Resolution Note:
Fixed in 2021.1.0a1 and above