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

Package: Visual Scripting

-

Reproducible on:

  • Unity version: 2021.1.0b6
  • VS version: 1.5.1-pre.3
  • Platforms: Windows 10

To reproduce:

  1. Create a node with a dropdown option
  2. Duplicate it
  3. Drag the duplicated node on top of the original
  4. 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.
  1. 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.

Add comment

Log in to post comment