Search Issue Tracker
Fixed in 507ca2d
Votes
0
Found in [Package]
8.0.1
Issue ID
1348390
Regression
Yes
ShaderGraph search is ordered lexicographically instead of by relevance
Reproduction steps:
1. Create a new Project
2. Create a new Shader Graph
3. In the Node creation menu, type "lerp"
Expected result: The first result is the Lerp node
Actual result: The first result is the Inverse Lerp node
Reproducible with: 8.0.1 (2020.2.0a5), 10.5.1 (2020.3.14f1), 11.0.0 (2021.1.14f1), 12.0.0 (2021.2.0b3, 2022.1.0a2)
Not reproducible with: 7.7.0 (2019.4.29f1),
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
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
- Graphics.DrawMeshInstanced does not work when 2D Renderer and 2D Shaders are used
- SpeedTree does not move when using WindZone
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
Resolution Note (fix version 507ca2d):
Fixed in 13.0.0 available for 2022.1.0a11 and up