This was very helpful, thank you! Just a note, if you are doing this on mobile, dont change the settings at 3:16, or it will make it so you can't use the editor when you open your project later.
@fakiri_art3 ай бұрын
How to fix it😢
@uhhh_Neon3 ай бұрын
@fakiri_art You have to plug a mouse into your phone, or restart in a different project.
@CheesymoonBrainstorm3 ай бұрын
Who really uses it on mobile?
@anonymous837283 ай бұрын
@@CheesymoonBrainstormme, on tablet
@Ohomidoespaco3 ай бұрын
@@CheesymoonBrainstorm me
@mayjo-games595725 күн бұрын
Wow where are you comming from, nice to see you here. THX A LOT
@KNIGHT-64 ай бұрын
I needed this for my Godot Project. Im working it on mobile and it's my first time trying to make one. Brackey's video did help me but i dont fully understand the whole thing yet. Might take me months
@Ejay_cjvr0420 күн бұрын
Is it possible to use just joystick? Instead of left, right and jump buttons?
@WisconsiKnight19 күн бұрын
Yup, I did a video on that here: kzbin.info/www/bejne/pJbRi2R5hJZ1o80
@lofieixpu18 күн бұрын
hey i got a quick question! how do i make my player move forward with script connected to my control-->buttons?
@Luminia-c13_Schuld5 ай бұрын
Buttons don't work and is not in camera😢
@Pixel_Prodigy20104 ай бұрын
Brilliant and beautifully put together well done
@spooklump7 ай бұрын
Thank you!!!! I really needed this for my game and this is my third time using Godot lol
@WisconsiKnight7 ай бұрын
Excellent, I'm glad it helped!
@mustafaonly11275 ай бұрын
Why when I add camera 2D to the Player one touch button stuck on the screen and acts as a tile when I move my character it disappears from the scene?
@WisconsiKnight5 ай бұрын
Don’t add a Camera2D to the player. Add it to the world scene. Then, to get the camera to follow the player, add a RemoteTransform2D to the player and set its Remote Path in the inspector tab to the world’s Camera2D.
@mustafaonly11275 ай бұрын
@@WisconsiKnight I'll try that. Thanks for your response 🙏🏻
@mustafaonly11275 ай бұрын
@@WisconsiKnight still same issue 😕
@KevinJohnFamilar-rb5rw2 ай бұрын
hey bro the button for shoot doesn't work plss help
@DEVILGAMER-wn5gn3 ай бұрын
Bhai pocket fm story daalna band kar diye kya
@luckyproject90083 ай бұрын
Cool) Thank you. Please help me, I encountered a problem after unloading the game on Android. In the battle scene, I have 3 buttons, right and left, and an attack button. I need the phone screen to respond only to these buttons.. but now it shoots if you press anywhere on the screen.
@user-fj4hy7eo1o5 ай бұрын
Brodi when i run the proyect with "remote debug" (to test it on a phone) the controllers dont work , HELP!? ;(
@warai90393 ай бұрын
hello how do you make an animation start when pressing a button?
@WisconsiKnight3 ай бұрын
There are multiple ways to accomplish this, but the simplest is to get a reference to your player's animated sprite in the player's script, like so: @onready var sprite = $AnimatedSprited2D Then, when you detect the player's input to move the character, you can simply play the run animation like this: sprite.play(”run”) I hope this example helps answer your question.
@Lmao08pАй бұрын
it can work on mobile too?
@rokluft35874 ай бұрын
I'VE BEEN LOOKING FOR THIS FOR LONG TIME MY LORD😭😭
@KingJamalganteng2 ай бұрын
My button didn't show in input map 😂
@PriyanshiYadav-v9l2 ай бұрын
Same😂
@killers1259h7 ай бұрын
What is the player code
@lfatx2 ай бұрын
great, worked!
@ONEpunchPed6 ай бұрын
Hey man, what window size are you using in this video?
@WisconsiKnight6 ай бұрын
If you're referring to the window viewport size in the project settings, the width is 1152 and the height is 648. The camera zoom is also set to 2.
@Melomathics4 ай бұрын
Volume is too low.
@Sans_VIP7 ай бұрын
That will be good for godot mobile ❤ New sup
@anium_5826 күн бұрын
Broke my whole project, even the editor. (Other projects work)
@realFSI6 ай бұрын
Dude, you helped me out so much! THANK YOU!!!
@WisconsiKnight5 ай бұрын
Glad I could help!
@EggsToMeАй бұрын
ty
@rokluft35874 ай бұрын
thank you
@GeneralChrisGaming6 ай бұрын
Simple and easy love it, now time for me to break it to color it lmao
@Gaylord_farquad6 ай бұрын
Could You Do a Video On 3D Mobile MoveMent
@WisconsiKnight5 ай бұрын
I'm not sure if this is what you're looking for, but I made a video on how to add a virtual joystick to your game. kzbin.info/www/bejne/pJbRi2R5hJZ1o80