is there a way to detect a mouse/touch screen swipe in 3D? I want to detect an up swipe, and a right/left swipe. i tried looking but couldnt rly find anything. thanks in advance!
Look at the Input Manager asset
what is that
Without wanting to sound obtuse, did you watch the video in the second link below?
In the Godot Asset store: https://godotengine.org/asset-library/asset/473
@Bimbam no i didnt see that i saw some others though, thanks i will check that out
It's really easy to use and it works well.
i followed the tutorial but i'm not sure how to detect the direction of the swipe, the signal is there but its the same signal for any direction
I must confess I have minimal exp in 2D so have not done this myself, but this appears to be covered around the ~6min mark. Can you post some examples of your code and what it currently is doing wrong?
nevermind, i gave up and installed a plugin, sorry for wasting your time :'(