Note: Only works on Windows.
- Use right button to move canvas instead of middle button.
- Hold alt on edge with left click to remove it.
- Shader Graph Variables are supported.
-
Download and unpack zip.
-
run Unity.
-
run ShaderGraphHelper.exe
-
Key + L Button to create node.
-
(Optional) If you are also using Shader Graph Variables, open Edit -> Shortcuts and search for sg and remove all shortcuts.
- The A, O and F keys can only be entered when the mouse icon is I Beam or when the mouse is located near the input state.
Key | Node name |
---|---|
~ | Slider |
0 | Integer |
1 | Float |
2 | Vector 2 |
3 | Vector 3 |
4 | Vector 4 |
5 | Color |
B | Split |
V | Combine |
G | Get Variable |
R | Register Variable |
K | Channel Mask |
X | Cross |
. | Dot Product |
L | Lerp |
N | Normalize |
O | One Minus |
E | Power |
A | Add |
D | Divide |
M | Multiply |
S | Subtract |
T | Sample Texture 2D |
U | Tilling And Offset |