Search Issue Tracker
Fixed in 507ca2d
Votes
0
Found in [Package]
4.3.1
Issue ID
1270615
Regression
Yes
[Shadergraph] Best fit for terms typed in the searcher is no longer selected after 7.x.x
Repro steps:
1. Open a shadergraph
2. Create a vector 1 node
3. Drag the edge out from the vector 1 node onto the graph
4. When the searcher pops up, type in "prev"
Expected result: "Preview" is an easily accessible result
Actual result: the results are drowned out by a bunch of nodes with (Preview) in the title, and you have to scroll all the way to the bottom to get to the one you want
Note: the same thing happens with "Color" "Lerp" and other terms; simply typing these and pressing enter would create the correct node, but this is no longer the case after 7.x.x/19.4. This is a major workflow regression and should be fixed in all currently supported versions after 7.x.x if possible.
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 (fix version 507ca2d ):
Resolved by this PR which was merged in today: https://github.com/Unity-Technologies/Graphics/pull/3555