Search Issue Tracker
By Design
Votes
0
Found in
2021.3.55f1
2022.3.66f1
6000.0.56f1
6000.1.16f1
6000.2.1f1
6000.3.0a5
6000.4.0a1
6000.5.0a1
Issue ID
UUM-114837
Regression
No
[Shader Graph] Cannot create node with right-click if window is unfocused, Sticky Note still works (VFX Graph unaffected)
Steps to reproduce:
- Create a new Unity 3D project (URP)
- Create Assets → Create → Shader Graph → From Templates, open the graph
- Click another panel (e.g., Inspector or Project) so the Shader Graph window loses focus
- Move the mouse into the Shader Graph window and right-click on the canvas
- From the context menu, select Create Node
- Repeat the process, but select Create Sticky Note
- Perform the same test in a VFX Graph window
- Observe the result
\\
Actual results:
When the Shader Graph window is not focused:
- Right-click → Create Node does nothing
- Right-click → Create Sticky Note works as expected
- In the VFX Graph, both Create Node and Create Sticky Note work even if the window isn’t focused
Expected results: Right-click → Create Node should work even if the Shader Graph window is unfocused, matching the behaviour of Create Sticky Note and VFX Graph
\\
Reproducible with versions: 2021.3.55f1, 2022.3.66f1, 6000.0.56f1, 6000.1.16f1, 6000.2.1f1, 6000.3.0a5
\\
Tested on (OS): macOS Silicon 15.6 Beta (24G5054d)
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:
We don't feel that an unfocused window should be capturing user inputs. This may be an appropriate and intentional behavior in VFX, but is not for Shader Graph.