Hello everyone! Help! Having issues with TOUCH INPUT.
I need my player to make a “SimpleMove” and spawn a circle on the floor with a double tap/click. It works perfectly on Desktop.
On the other hand, on mobile, it detects the touch point location correctly on the floor; I mean, the input is well received. However, it doesn’t work every time; I have to try many, many times in order to achieve the circle and movement.
Hey there @JuanMaldini! So from your blueprints I’m not seeing where the fault is right away, is there any way. Is there any way we can see how it reacts? Could you put breakpoints on the nodes that set the location for the circle and movement, and maybe print it’s values so you can check if it’s the setting that’s the problem or the function for the movement to the location. I’m guessing it’s likely the input from the phone coming in weird but I’ll have to see it in action as well.