Can i change my project to be able to run in mobile?

Godot 4.2.2
i started developing in godot 3 months ago, and i started my project with pc in mind, but now i want to be able to play this game on mobile, but i dont wanna have to start everything from scratch, is easy to do this, or do i have to do everything from the beggining?

If you are on Godot 4.x you should be able to just change your project to a mobile via the top right hand green drop down menu. You might have to adjust your controls accordingly to register touch input but I don’t think there is anything different in terms of programming / scenes / …
You should watch a tutorial on how to build your project for mobile devices though since that is a little bit tricky.

2 Likes