Easy character move with mobile joystick in unity | cinemachine| | hyper casual |

  Переглядів 11,104

Game Cipher

Game Cipher

11 місяців тому

🎯 Ready to learn how to implement an easy character movement system using a mobile joystick and Cinemachine. With this setup, you'll be able to create smooth and intuitive controls for your hyper-casual games, enhancing the player experience. Follow along as we explore the step-by-step process of setting up the joystick, integrating it with character movement, and leveraging the power of Cinemachine for dynamic camera effects. Whether you're a beginner or an experienced game developer, this tutorial will equip you with the knowledge and tools to bring your hyper-casual games to life. So, grab your coffee, and let's jump right into the exciting world of game development! 🌟🔧👾 #GameCipherUnity #gamecipher
🧩 🚀
🔗 Kenny Assets
l8.nu/rCuT
🔗Joystick Asset
assetstore.unity.com/packages...
🔗Please use characters and animation from Mixamo, Here is a video link on how it's done
• Best way to use Mixamo...
💖 If this tutorial has been helpful, your support through likes, shares, and subscriptions would mean the world. 🚀👍 Thank you for being a part of our Unity community! 👊 #GameCipherUnity
🎁 Bonus Unity Tutorials:
🔗 Camera shake / Screen shake in Unity
• How to Camera Shake In...
🔗 Draw in Unity using Line Renderer
• ✨How to draw in Unity ...
🔗 Stop Mouse Input through UI in Unity
• How to Stop Mouse Inpu...
🔗 Cinemachine camera shake
• Cinemachine camera sha...
🔍 Search Tags:
Unity, Unity3D, Joystick, Joystick Unity, Unity3D Joystick, Mobile Joystick, Idle Game Joystick, Hyper Casual, Hybrid Casual, Game Development, Unity Game Development, Mixamo, Character Animation Unity, Joystick for mobile, Joystick Mobile, unity mobile joystick

КОМЕНТАРІ: 34
@GameCipher
@GameCipher 5 місяців тому
🔔Enjoyed the video? Don't miss out on future content - hit that subscribe button and turn on notifications for a front-row seat to more exciting updates! 🚀👍
@Shivam-hf7nx
@Shivam-hf7nx Місяць тому
Very helpful 😊😊 Great 👍
@Mileen1029
@Mileen1029 29 днів тому
it's awesome!! your video is very good to follow thx
@GameCipher
@GameCipher 29 днів тому
Glad it helped!
@formantaudio
@formantaudio 2 місяці тому
9 minutes in and you have shown the simplest way to get free joysticks getting free assets moving I have seen on all the unity tutorials so far in 2024! I hope the newer updates are a little more sparse so I can catch up with everyone haha. Thanks for the clear and concise information friend.
@GameCipher
@GameCipher 2 місяці тому
Thank you for your kind words. :)
@formantaudio
@formantaudio 2 місяці тому
@@GameCipher any chance you could show how to make a shoot function in the future that would be cool
@GameCipher
@GameCipher 2 місяці тому
@formantaudio , I wil keep that in my mind. Thank you for the suggestion.
@AiTbGaming1
@AiTbGaming1 Місяць тому
❤❤❤❤❤
@johnwtz
@johnwtz 7 місяців тому
Thanks this wonderful tutorial, please next time increase the volume of your voice :)
@GameCipher
@GameCipher 7 місяців тому
Thank you, I will
@VsevolodPankratov
@VsevolodPankratov 10 місяців тому
Great tutorial! Thanks! You have a very good controller! Do you plan to add jump buttons for the joystick or something similar?
@GameCipher
@GameCipher 10 місяців тому
Thank you. I am currently not planning to extend this controller system. But maybe someday will add a jump and fight button with animation
@VsevolodPankratov
@VsevolodPankratov 10 місяців тому
@@GameCipher Thanks for the answer! I will follow your channel!
@jamjam.100
@jamjam.100 7 місяців тому
Hi great video nice and short. Is there anyway we can use WSAD if was played on pc web broseer but if ran on phone browser it would switch to virtual joystick?
@GameCipher
@GameCipher 7 місяців тому
I think you can, we are using direction right, so you can get input direction from WASD, obviously, you need to modify values based on specific platforms. You can check which platform you are using, docs.unity3d.com/ScriptReference/RuntimePlatform.html
@shazeerrra
@shazeerrra 15 днів тому
Hi ! My game has select characters feature, so im confused on how to make the movement controller to both of the characters since in this tutorial it for only 1 characters. Did you have any ideas about this? Thankyou!
@GameCipher
@GameCipher 15 днів тому
you see character controller in character parent right, so one thing you can do , change the character, based on your character selection , keep the parent same, but this system also has its limitation, like character collider height, but you can also store the collider data for your player. Then replace the data for each one. you can also event do like make prefab , just assign the necessary references for the joystick. like character controller.
@elelskii
@elelskii День тому
Hi! Thank you for this video! I have a question... I'm using this script on my first-person controller game... the player has components which work well on desktop (character controller, rigid body and player input - all from previous tutorials) however on mobile, although the joystick works as shown in the video, the player doesn't move at all. I have no errors with the code either. I'll appreciate your guidance! I don't know how to code but I can copy and paste any changes needed.
@GameCipher
@GameCipher День тому
Its really hard to understand, what's the problem without seeing it, the code for the joystick simple, I think your code might be okay(no errors), but movement also depend on your character controller, and plane colliders, double check them, also if you have multiple canvas on the game, take a look at your canvas layers.
@anasadnan720
@anasadnan720 10 місяців тому
thanks, very cool. can you make a tutorial to add a jump on this character.
@GameCipher
@GameCipher 10 місяців тому
Will try my best to make it happen sometimes soon. Thank you.
@pashamlakshminivas
@pashamlakshminivas 5 місяців тому
is it similar for 2d also?
@GameCipher
@GameCipher 5 місяців тому
you should get the inputs from the joystick, but you have to move characters in different ways.
@pashamlakshminivas
@pashamlakshminivas 5 місяців тому
@@GameCipheri am learning unity now from unity pathways is it ok to start from there or should i start in any other way and how did you learnt c# in did you followed any tutorials or you learnt from unity documents
@GameCipher
@GameCipher 5 місяців тому
@@pashamlakshminivas I think you are on the right path, After finishing your unity course, start making simple games like flappy bird, zigzag, Endless Runner, but change game in your way. practice and practice.
@pashamlakshminivas
@pashamlakshminivas 5 місяців тому
@@GameCipher do you have linkdin profile sir. If you have can you share it.
@Muzzers0
@Muzzers0 5 місяців тому
Can you give me the codes, please?
@GameCipher
@GameCipher 5 місяців тому
shorturl.at/ksLTZ
@johnwtz
@johnwtz 7 місяців тому
stop making tutorial now in unity, maybe start in godot or ue
@GameCipher
@GameCipher 7 місяців тому
Yea, lets see 😶
@parsahaghi7955
@parsahaghi7955 3 місяці тому
Kenny site not have copyright?
@GameCipher
@GameCipher 3 місяці тому
Most of the assets on that , you can use absolutely free.
@parsahaghi7955
@parsahaghi7955 3 місяці тому
Oh, so there is no copyright@@GameCipher
The easiest way to create progress bars in Unity !!!
12:19
Game Cipher
Переглядів 556
I Made the Same Game in 9 Engines
16:12
Emeral
Переглядів 258 тис.
A 15 Year Old Just Broke Every Tetris World Record
40:03
aGameScout
Переглядів 2,4 млн
2D Car Movement with Joystick Controls in Unity
6:45
Lookdev
Переглядів 14 тис.
MELEE COMBAT in Unity
21:07
Brackeys
Переглядів 1,6 млн
Unlocking The Power Of Unity's Scriptable Render Pipeline
21:05
Game Dev Guide
Переглядів 178 тис.
Build a beautiful 3D open world in 5 minutes | Unity
5:57
spaderdabomb
Переглядів 292 тис.