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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.