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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Resolution Note (2018.2.X):
Crash was due to dynamically generated code (System.Reflection.Emit) creating instances of abstract classes.