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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
Resolution Note (2018.2.X):
Crash was due to dynamically generated code (System.Reflection.Emit) creating instances of abstract classes.