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
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
Resolution Note (2018.2.X):
Crash was due to dynamically generated code (System.Reflection.Emit) creating instances of abstract classes.