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
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)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.