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
- Too little validation messages in the "WebAssembly Language Features" Memory settings
- Project Settings Search Highlights are misaligned when using the Bitmap Text Rendering Mode
- "GetControlID at event ValidateCommand returns a controlID different from the one in Layout event" Warning is thrown when undoing the deletion of Sprite Shape Profile
- Memory related fields in the "WebAssembly Language Features" can be set to the negative numbers
- "WebAssembly Language Features" Header in the Player Settings has a smaller indentation
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.