How can I detect what object player touched on screen in Godot 4.2 3D scene
I am making a mobile 3D game using Godot 4.2. My issue is, I want to move my character only if I touch and drag it, if I touch other places on screen nothing should happen. Should I use Area3D or there is other solution?