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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.