How to create a Mobile Touch Joystick in Unity - 2019

preview_player
Показать описание
Easy to learn unity mobile joystick controls! Create your own game joystick with unity mobile controls.
In this tutorial we are going to create our own mobile joystick from scratch using unity assets and c# coding. Touch controls are very important when creating any kind of game especially when developing on mobile (Android/IOS).
Enjoy the video and learn how to create a unity Mobile Touch Joystick!

Or buy me a fine cup of coffee to boost my motivation (need caffeine!)

Thank you :D

-----------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------------
#savvu #mobilejoystick #gamedevelopment #unity2D #indiedeveloper
Рекомендации по теме
Комментарии
Автор

Joystick Controls are so important when creating any kind of game! 🕹️
Enjoy the video and have fun making yours! :D

gamedevel
Автор

(Fixes at end of comment)

I get error: "There is already a virtual axis named Vertical registered."
and
"There is already a virtual axis named Horizontal registered."

Code sample:
"using
SteerInput =
DriveInput =

Any help?

Fix 1: Open your Input Manager and check if there is twice the Horizontal and Vertical axis..if so you can delete one

Fix 2: Double click on error this will open the script just replace this line
Debug.LogError("There is already a virtual axis named " + axis.name + " registered.");
with

RegisterVirtualAxis (axis);

jamado
Автор

No quality vedio . We can't see script.

prathameshdatar
Автор

Thanks a lot for the quick and easy video. Keep up the good work.

Btw the game is cool. 👍

pranavshaj
Автор

Thank you for the nice video. I was searching this and found your video.

saurabhsharma-qwio
Автор

It would be great if you also make videos on 3d games

najeeburrehman
Автор

Thank you sir for this excellent tutorial but I got some errors first when I go to another scene the joystick point where I last tile point it after loading another scene and second the joystick does not working after I go back to the main scene where I created the joystick

sheeeshfacts
Автор

my joystick handle disappears when pointerDown ?any help?

hansikabagga
Автор

I dont get options to import those packages, only "custom" - any advice?

Cloud-Yo
Автор

error CS0246: The type or namespace name `RigidBody2D' could not be found. Are you missing an assembly reference?
error CS0584: Internal compiler error: The method or operation is not implemented.

error CS0201: Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement
i am preety dumb..., what did i do wrong??

borzageorgemarian
Автор

Keep the good work bro thanks for help

najeeburrehman
Автор

How can I transform it so that I can only go horizontally?

anubis