Search Issue Tracker
Fixed in 2021.3.37f1
Fixed in 2021.3.X, 2022.3.X, 2023.2.X, 2023.3.X
Votes
0
Found in
2020.3.47f1
2021.3.23f1
2022.2.16f1
2023.1.0b13
2023.2.0a11
2023.3.0a3
Issue ID
UUM-33166
Regression
No
Unset attribute in preset importer causes same attribute in imported assets to use "0", even if that is invalid
How to reproduce:
1. Open the user-attached “TestOfRegression-2022.zip”
2. Select the “test.sprite” Asset in the Project window
3. Select the Default Section of the Importer Settings
Expected result: No errors are thrown
Actual result: Some settings are lost/unassigned and an error is thrown “The selected format value 0 is not compatible…” in the Details tab of the Inspector window
Reproducible with: 2020.3.47f1, 2021.3.23f1, 2022.2.16f1, 2023.1.0b13, 2023.2.0a11
Reproduced on: macOS Ventura 13.1 (Intel)
Notes:
- After selecting the “test.sprite” Asset, the Inspector window might be empty, just de-select and re-select it again
- Full Error message: “The selected format value 0 is not compatible on this platform for the selected texture type, please change it to a valid one from the dropdown.”
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
- Font character thickness does not adjust properly in UI Toolkit text when changing Bold Weight in Font Asset
- Multiple "[...] is inaccessible due to its protection level" errors are thrown when opening project with Unity Version Control installed
- Sorting icons are tiny and misaligned in Import Activity window
- The Undo system does not record HideFlags.HideInHierarchy changes
- [Linux] Bug Reporter window is in Light mode when the Editor theme is Dark mode
Resolution Note (fix version 2023.3):
Per-platform formats on the TextureImporter will default to the platform default if set to an unsupported value.