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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.