How to make a first person view for mobiles and tablets

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Mxt08

Hello,
I’m new to Godot Engine and some time ago, I did a first person view, but the movement and rotation were with the keys and mouse.
I wanted to make the same game in 3D, but a version of it for mobile and tablets, but with no keys or mouse, things are changing.
That’s why matte, I was wondering if anyone could tell me how to do this or pass me a link to a video explaining how to do it (using GDScript).
Thanks for advanced.

Kidscancode has a tutorial for this or close to what you want

Okan Ozdemir | 2020-04-26 01:33

Yes but I seen this video and is for computer.
I want it for mobiles and tablet, or if I got the video wrong, can you pass me the link to this video?

Mxt08 | 2020-04-26 13:55

:bust_in_silhouette: Reply From: mtthp

You can copy the code from here and then add a ScreenDrag event.