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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Resolution Note (fix version 507ca2d ):
Resolved by this PR which was merged in today: https://github.com/Unity-Technologies/Graphics/pull/3555