Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.5.1-pre.3
Issue ID
UVSB-1282
Regression
No
[Visual Scripting] Mouse cursor and performed actions ignores node overlays
Reproducible on:
- Unity version: 2021.1.0b6
- VS version: 1.5.1-pre.3
- Platforms: Windows 10
To reproduce:
- Create a node with a dropdown option
- Duplicate it
- Drag the duplicated node on top of the original
- Change dropdown value
Actual:
- The bottom nodes value is changed
Expected:
- The top node value is changed
Notes:
- This is also true if the node is on the boundaries of container. Dragging the mouse in the spot where the edge is, getting the arrows indicating that container can be manipulated.
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
- "Initialization Mode" and "Update Mode" drop-downs are not localized in the Custom Render Texture asset
- Switching Graphics Default or DevLook Profile to “NightSkyRenderingSettings Profile” throws “KeyNotFoundException” error in the Console window
- Section separator renders in the wrong place in Search Journaling and Archetypes windows
- [D3D12][UWP] Additional persistent shadows are drawn in UWP builds when using D3D12
- Search Journaling window link to Journal Manager documentation isn’t working
Resolution Note:
This seems to be a core issue related to IMGUI, not related to Visual Scripting. Fixing it would be very difficult, hacky and/or not feasible. Workaround is to 1) Not overlap nodes or 2) Use the Graph Inspector window on the side to set inputs to avoid the botched input on the overlapped nodes.