How do I get MousewheelUp and MousewheelDown in VS for unity?

I see input options for LMB,RMB and Middle button, but none for the wheel up and wheel down

You are probably looking for Input.mouseScrollDelta Unity - Scripting API: Input.mouseScrollDelta

1 Like

how do i use that for visual scripting?

There is node called GetMouseScrollDelta, you could use it in the similar way as described here Capture input with the Input Manager | Visual Scripting | 1.8.0

For example: 8739639--1183587--upload_2023-1-18_16-37-28.png

1 Like