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
- The Decal Projector component Scene view editing tools are not visible in the Inspector window when Editor theme is set to Light
- An “Assertion failed on expression” error is thrown when building an AssetBundle and two assets have the same name
- Real delta time is different than deltaTime and uscaledDeltaTimeFixed when using multiple monitors with different refresh frequencies set in Windows options
- Persisted event listeners are reset when collapsing and expanding a component in the Inspector
- Floating Material Preview window has a burger icon button that does nothing when pressed
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.