Search Issue Tracker
Fixed
Fixed in 2021.3.37f1, 2022.3.22f1, 2023.2.15f1, 6000.0.0b11
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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Resolution Note (fix version 6000.0.0b11):
Per-platform formats on the TextureImporter will default to the platform default if set to an unsupported value.