Touch Third Person Character Controller in Unity 2018 🎓

Опубликовано: 14 Октябрь 2024
на канале: DitzelGames
193,698
3.3k

This time I will show how to implement a thirdperson controller with touch gestures. If you want to make a third person shooter for mobile devices, then this video could be helpful to find a start how to implement your game logic. I will show you three methods: AutoLook &JoystickLook, TouchLook.
I tried to keep this video as short and simple as possible.

Fixed Button / Fixed Touchpad: https://gist.github.com/ditzel/0257d7...
Joystick Pack: https://assetstore.unity.com/packages...


The script I wrote: https://gist.github.com/ditzel/3933ef...

Full Tutorial Series:
Part 1:    • Touch Third Person Character Controll...   (current)
Part 2:    • Make an own Mobile Third Person Chara...  
Part 3:    • Mobile Third Person Shooting in Unity