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

Scene Hierarchy

-

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

  1. 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.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.