Search Issue Tracker
By Design
Votes
0
Found in
2020.3.47f1
2021.3.22f1
2022.2.13f1
2023.1.0b10
2023.2.0a9
Issue ID
UUM-31843
Regression
No
AssetImporterEditor is displayed in the Inspector window when selecting two files with an importer
How to reproduce:
1. Open the user’s attached “EditorSelectionError.zip” project
2. In the Project window, select “asd - Copy” and “asd” files
3. Observe the Inspector window
Expected result: “Multi-object editing not supported” message appears, and AssetImporterEditor inspector is not displayed
Actual result: “Multi-object editing not supported” message appears, and AssetImporterEditor inspector is displayed
Reproducible with: 2020.3.47f1, 2021.3.22f1, 2022.2.13f1, 2023.1.0b10, 2023.2.0a9
Reproduced on: macOS 13.2.1 (Intel) and Windows 11
Note: Not reproducible with ScriptableObject
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
- Unity CIL Linker fails on Player build when persistent listeners have "<" and ">" in their XML attribute names
- ”Lighting data asset ‘LightingData’ is incompatible with the current Unity version…” warnings are thrown when saving Indoors (URP) and Outdoors (URP) Scenes as Scene Templates
- [iOS] The screen blinks when transitioning from custom to Unity splash screen
- [macOS] ”Ignoring depth surface load action as it is memoryless” warnings are thrown when taking Game View Snapshot
- UI Builder Inspector scrolls back up when changes on an expanded but not fully displayed Inspector tab are saved
Resolution Note:
The "New Some SO " objects do not have the same Inspector setup as the "asd" objects. Hence why their header is different. The code about multi selection and importer is fine.