Search Issue Tracker
Active
Votes
0
Found in
2019.4
2020.2
2020.2.0a19
Issue ID
1268337
Regression
No
[GraphView] graphElements.ForEach does not iterate through all elements in graphElements
Reproduction steps:
1. Open customer's attached project in "GraphView.zip"
2. Go Window -> Analysis -> Asset Dependency Graph
3. Select "Directional Light Variant" in Assets
4. In Asset Dependency Graph press Explore Asset button
5. Enter "C" in the Asset Dependency Graph search bar
Expected result: all Assets that contain string "C" in their name string will be highlighted
Actual result: some of the Assets chosen randomly are highlighted (deleting and re-entering "C" will always produce different results)
Reproducible with: 2019.4.8f1, 2020.1.2f1, 2020.2.0a20
Could not test with 2018.4 because GraphVew is not available
Notes: this can be resolved by executing each on graphEelements.ToList() instead of on graphEelements (this can be done in AssetDependencyGraph.cs by commenting line 100 and uncommenting line 101)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Add comment