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
- Errors are logged when importing an asset at a path with Firebase
- Entering too big of a number in 2D Renderer Lightmode Tags freezes the Editor
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
Resolution Note (2018.2.X):
Crash was due to dynamically generated code (System.Reflection.Emit) creating instances of abstract classes.