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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.