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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
Add comment