How To Add Mobile Controls in Godot (Tutorial)

  Рет қаралды 11,843

WisconsiKnight

WisconsiKnight

Күн бұрын

Пікірлер: 55
@uhhh_Neon
@uhhh_Neon 3 ай бұрын
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_art
@fakiri_art 3 ай бұрын
How to fix it😢
@uhhh_Neon
@uhhh_Neon 3 ай бұрын
@fakiri_art You have to plug a mouse into your phone, or restart in a different project.
@CheesymoonBrainstorm
@CheesymoonBrainstorm 3 ай бұрын
Who really uses it on mobile?
@anonymous83728
@anonymous83728 3 ай бұрын
​@@CheesymoonBrainstormme, on tablet
@Ohomidoespaco
@Ohomidoespaco 3 ай бұрын
​@@CheesymoonBrainstorm me
@mayjo-games5957
@mayjo-games5957 25 күн бұрын
Wow where are you comming from, nice to see you here. THX A LOT
@KNIGHT-6
@KNIGHT-6 4 ай бұрын
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_cjvr04
@Ejay_cjvr04 20 күн бұрын
Is it possible to use just joystick? Instead of left, right and jump buttons?
@WisconsiKnight
@WisconsiKnight 19 күн бұрын
Yup, I did a video on that here: kzbin.info/www/bejne/pJbRi2R5hJZ1o80
@lofieixpu
@lofieixpu 18 күн бұрын
hey i got a quick question! how do i make my player move forward with script connected to my control-->buttons?
@Luminia-c13_Schuld
@Luminia-c13_Schuld 5 ай бұрын
Buttons don't work and is not in camera😢
@Pixel_Prodigy2010
@Pixel_Prodigy2010 4 ай бұрын
Brilliant and beautifully put together well done
@spooklump
@spooklump 7 ай бұрын
Thank you!!!! I really needed this for my game and this is my third time using Godot lol
@WisconsiKnight
@WisconsiKnight 7 ай бұрын
Excellent, I'm glad it helped!
@mustafaonly1127
@mustafaonly1127 5 ай бұрын
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?
@WisconsiKnight
@WisconsiKnight 5 ай бұрын
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.
@mustafaonly1127
@mustafaonly1127 5 ай бұрын
@@WisconsiKnight I'll try that. Thanks for your response 🙏🏻
@mustafaonly1127
@mustafaonly1127 5 ай бұрын
@@WisconsiKnight still same issue 😕
@KevinJohnFamilar-rb5rw
@KevinJohnFamilar-rb5rw 2 ай бұрын
hey bro the button for shoot doesn't work plss help
@DEVILGAMER-wn5gn
@DEVILGAMER-wn5gn 3 ай бұрын
Bhai pocket fm story daalna band kar diye kya
@luckyproject9008
@luckyproject9008 3 ай бұрын
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-fj4hy7eo1o
@user-fj4hy7eo1o 5 ай бұрын
Brodi when i run the proyect with "remote debug" (to test it on a phone) the controllers dont work , HELP!? ;(
@warai9039
@warai9039 3 ай бұрын
hello how do you make an animation start when pressing a button?
@WisconsiKnight
@WisconsiKnight 3 ай бұрын
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
@Lmao08p Ай бұрын
it can work on mobile too?
@rokluft3587
@rokluft3587 4 ай бұрын
I'VE BEEN LOOKING FOR THIS FOR LONG TIME MY LORD😭😭
@KingJamalganteng
@KingJamalganteng 2 ай бұрын
My button didn't show in input map 😂
@PriyanshiYadav-v9l
@PriyanshiYadav-v9l 2 ай бұрын
Same😂
@killers1259h
@killers1259h 7 ай бұрын
What is the player code
@lfatx
@lfatx 2 ай бұрын
great, worked!
@ONEpunchPed
@ONEpunchPed 6 ай бұрын
Hey man, what window size are you using in this video?
@WisconsiKnight
@WisconsiKnight 6 ай бұрын
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.
@Melomathics
@Melomathics 4 ай бұрын
Volume is too low.
@Sans_VIP
@Sans_VIP 7 ай бұрын
That will be good for godot mobile ❤ New sup
@anium_58
@anium_58 26 күн бұрын
Broke my whole project, even the editor. (Other projects work)
@realFSI
@realFSI 6 ай бұрын
Dude, you helped me out so much! THANK YOU!!!
@WisconsiKnight
@WisconsiKnight 5 ай бұрын
Glad I could help!
@EggsToMe
@EggsToMe Ай бұрын
ty
@rokluft3587
@rokluft3587 4 ай бұрын
thank you
@GeneralChrisGaming
@GeneralChrisGaming 6 ай бұрын
Simple and easy love it, now time for me to break it to color it lmao
@Gaylord_farquad
@Gaylord_farquad 6 ай бұрын
Could You Do a Video On 3D Mobile MoveMent
@WisconsiKnight
@WisconsiKnight 5 ай бұрын
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
@Gaylord_farquad
@Gaylord_farquad 5 ай бұрын
@@WisconsiKnight Oh Thanks
Do THIS Before You Publish Your Godot Game
3:33
StayAtHomeDev
Рет қаралды 192 М.
I Made My First Game in Godot in 3 Weeks...
26:21
Jack Sather
Рет қаралды 462 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
How Games Make VFX (Demonstrated in Godot 4)
5:46
PlayWithFurcifer
Рет қаралды 366 М.
Create A Main Menu For Your Game (Godot Tutorial)
11:21
WisconsiKnight
Рет қаралды 381
Draw fewer tiles - by using a Dual-Grid system!
6:22
jess::codes
Рет қаралды 697 М.
Godot Tutorial 1: MOBILE CONTROLS
4:38
Antoosh
Рет қаралды 20 М.
Modular Upgrades Made Easy Using the Strategy Pattern
6:41
Bitlytic
Рет қаралды 88 М.
Using Composition to Make More Scalable Games in Godot
10:13
Firebelley Games
Рет қаралды 252 М.
How To Make Games Faster (Tutorial)
14:30
WisconsiKnight
Рет қаралды 633
Introduction To Themes In Godot (Custom Types)
11:28
WisconsiKnight
Рет қаралды 409
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН