Search Issue Tracker

By Design

Votes

0

Found in

2018.4.0f1

2019.2.0a1

2019.3.0a1

2019.3.0b1

Issue ID

1180383

Regression

No

"Find References In Scene" link to non existing references

Scene Management

-

Steps to reproduce:
1. Open User-attached project
2. Select Canvas > Layout Game Object
3. Select "Find references in the Scene " from the context menu of the Vertical Layout Group component
4. See AppStarter is shown in Hierarchy window
5. Select "AppStarter" in the Hierarchy window and inspect the Inspector window

Expected: there is a link to the Vertical Layout Group component
Actual: there are no links to the Vertical Layout Group component (only to the Layout's GameObject itself)

Reproduced in: 2018.4.8f1, 2019.2.4f1, 2019.3.0b1, 2020.1.0a2
Not reproduced in: 2017.4.31f1 (Can't find references in Scene)

  1. Resolution Note:

    This is intended behavior as the property "Preloader Root" in AppStarter.cs is of type GameObject and not VerticalLayoutGroup.
    If you change the property in AppStarter.cs to type "VerticalLayoutGroup" and fix the compile error it works as you hope for.

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.