Skip to content

Commit c48e1ad

Browse files
[Shader Graph] Fix Keyboard Navigation in Create node menu (#780)
1 parent bbb97b2 commit c48e1ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

com.unity.shadergraph/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
122122
- Fixed a bug where Redirect Nodes did not work as inputs to Custom Function Nodes. [1235999](https://issuetracker.unity3d.com/product/unity/issues/guid/1235999/)
123123
- Fixed a bug where changeing the default value on a keyword would reset the node input type to vec4 (https://fogbugz.unity3d.com/f/cases/1216760/)
124124
- Fixed a soft lock when you open a graph when the blackboard hidden.
125+
- Fixed an issue where keyboard navigation in the Create Node menu no longer worked. [1253544]
125126

126127
## [7.1.1] - 2019-09-05
127128
### Added

com.unity.shadergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"displayName": "Shader Graph",
88
"dependencies": {
99
"com.unity.render-pipelines.core": "10.0.0-preview.1",
10-
"com.unity.searcher": "4.2.0"
10+
"com.unity.searcher": "4.3.1"
1111
},
1212
"samples": [
1313
{

0 commit comments

Comments
 (0)