Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a1
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1113809
Regression
Yes
NotImplementedException on Assembly reload when project contains .dll without any "throw NotImplementedException" in source code
Reproduction steps:
1. Open the Project inside "Inspector Gadgets 2018.3.0f2.zip"
2. Upon opening the project, it should reload Assembly
Expected: The Assembly reload completes without any issues
Actual: The Assembly reload throws an error with NotImplementedException
Reproduces on: 2018.3.7f1, 2019.1.0b4, 2019.2.0a6
Does not reproduce on: 2017.4.20f2
Note:
- Everything else with .dll seems to work without any additional issues
- Error in 2017.4.20f2 is due to a method that has been in added 2018.1 and therefore very likely not related to issue
- Works fine with deprecated .NET 3.5 runtime scripting backend
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Resolution Note:
The obfuscated assembly is making an explicit call to Environment.FailFast under some conditions.