Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.1
2019.1.1f1
2019.2
2019.3
Issue ID
1153502
Regression
No
Errors when selecting any item in hierarchy after upgrading project to any other version stream
To reproduce:
1. Open the attached project (download link)
2. Open scene "Scene_UI_Login"
3. Click on any item in the Hierarchy
Actual result: The following error is thrown after each click:
MissingMethodException: UnityEngine.Object UnityEditor.PrefabUtility.GetCorrespondingObjectFromSource(UnityEngine.Object)
Reproduced after upgrading to: 2017.4.28f1, 2018.4.1f1, 2019.1.6f1, 2019.2.0b5, 2019.3.0a5, 2020.2.0b8
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
- Incorrect color values are saved for Swatches when using HDR Color Picker
- Editor crashes when adding/removing a UI Document Style Sheet while in Play mode
- Scene and Game views turn black when all light sources are disabled
- Memory spike after activating Freeform Light2Ds
- Line Renderer Component elements do not fit in the Inspector window when minimising Inspector window is minimised
Resolution Note:
The error thrown here is MissingMethodException on GameObject selection in the Hierarchy window.
The exception is thrown when there is an attempt to dynamically access a method that does not exist.
The issue is with a DLL present in plugins used in the project.
The culprit here is "NGMissingScriptRecoveryEditor.dll" from NGTools, after deleting the DLL the reported issue got fixed.
Note : Downloading the latest NGTools and replacing the problematic DLL also fixes the issue.