Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0b11
Issue ID
974435
Regression
No
Reimporting script after reading serialized data in a specific 'Maintainer' asset package crashes editor
To reproduce:
1. Open project
2. Open Maintainer (Tools > Code Stage > Maintainer)
3. Switch to the Project Cleaner tab
4. Press Scan Project
5. Pick any script at the Project Browser, right mouse click on it, and select reimport to force scripts reload
Expected: selected script will be reimported
Actual: editor crashes
Note: editor does not crash if reimporting any other type file or clearing results(button is located in right bottom side of Maintainer window) before reimporting
Reproduced: 5.6.3p4, 2017.1.2p3, 2017.2.0p4, 2017.3.0b11, 2018.1.0a6
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Resolution Note (2018.2.X):
Crash was due to dynamically generated code (System.Reflection.Emit) creating instances of abstract classes.