Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.3
2020.1.0a23
Issue ID
1218830
Regression
No
ScriptedImporter does not register AutoSelect properly
ScriptedImporterAttribute does not register the AutoSelect property correctly.
Either the importer is not selected as default where it should or the possible override is not being found by the GetAvailableImporterTypes method.
See repro project logs:
Open the project and run Tools/BugRepportDraw menu.
Expected:
mp4 shows 3 values (VideoClipImporter, SomeVideoImporter and SomeOtherVideoImporter)
mpp shows 2 values (SomeVideoImporter and SomeOtherVideoImporter)
mp3 shows two values (AudioImporter and SomeOtherVideoImporter)
Actual:
The values are all wrong and even addguest.mpp does not have any importer assigned while two importers are registered to this extension.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment