Search Issue Tracker
By Design
By Design in 2023.2.X
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.
Resolution Note (2023.2.X):
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.