Touch Third Person Character Controller in Unity 2018 🎓

  Рет қаралды 191,064

DitzelGames

DitzelGames

Күн бұрын

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: gist.github.com/ditzel/0257d7...
Joystick Pack: assetstore.unity.com/packages...
The script I wrote: gist.github.com/ditzel/3933ef...
Full Tutorial Series:
Part 1: • Touch Third Person Cha... (current)
Part 2: • Make an own Mobile Thi...
Part 3: • Mobile Third Person Sh...

Пікірлер: 436
@DitzelGames
@DitzelGames 5 жыл бұрын
See project files here: bit.ly/ditzelgames See updated video here: kzbin.info/www/bejne/Z6W2pWCQmqqNhKM Fix the error "inputVector": 1) Find the script in the project name “Joystick”. 2) open the script “Joystick”. 3) find the string “protected Vector2 inputVector = Vector2.zero” and change that to “public Vector2 inputVector = Vector2.zero”. 4) save the script “Joystick”. That is all 😊 good luck! >:)
@Nnjaaaaaaa
@Nnjaaaaaaa 5 жыл бұрын
Hi I keep on getting this error and I'm just following what you do "Assets/ThirdPersonInput.cs(26,39): error CS1540: Cannot access protected member `Joystick.inputVector' via a qualifier of type `FixedJoystick'. The qualifier must be of type `ThirdPersonInput' or derived from it"
@tonynealis1165
@tonynealis1165 5 жыл бұрын
I can't find CS1540 error on internet, so if you still need help, my guess would be that the qualifier has to be thirdpersoninput, or as noted, dervied from it, in other words from the class, I believe so the api used would have to be from that class ( as I understand coding, i'm far from an expert). Hope you got it figured out, as I often ask here, there everywhere and months, days can go by with no answer,,I think engines should do a far better job, and none of them do great, - but then Unity as the others, has paid support, so ---sadly that may be whats going on here--and others have limited time - blah blah. Regardless, sorry your answer went 2 wks with nothing, and I hope my answer steers you in right direction.
@Nnjaaaaaaa
@Nnjaaaaaaa 5 жыл бұрын
hi @tony nealis thank you for the response, I removed this kind of feature in the game I'm currently developing for out thesis and I think my error was due to the version of my unity. Replaced joystick movement with click to move. I still can't derive codes because I'm still trying to learn about the codes and their different functions but I still thank you for the suggestion.
@user-ug6vd8ud1v
@user-ug6vd8ud1v 5 жыл бұрын
I launch project APK and everything is pink. Why may this happen?
@alfonsotorres2302
@alfonsotorres2302 5 жыл бұрын
amigos en la nueva actualizacion del assent (Joystick Pack) para corregir el error se encuentra la variable con input en la clase Joystick.cs => private Vector2 input = Vector2.zero;
@natalieweishuhn521
@natalieweishuhn521 3 жыл бұрын
All, for those of us in Unity 2019.3 or above, with the inputVector issue, here's how to fix it. 1) ThirdPersonInput section will be "Control.Hinput = LeftJoystick.input.x; Control.Vinput = LeftJoystick.input.y;", NOT inputvector 2) Find the script in the project name “Joystick”. 3) Open the script “Joystick”. 4) Find the string “protected Vector2 input = Vector2.zero” and change that to “public Vector2 input = Vector2.zero”. 5) Save the script.
@caglarkutluyigit3238
@caglarkutluyigit3238 3 жыл бұрын
Thank you
@ramakrishnan.v6208
@ramakrishnan.v6208 3 жыл бұрын
Hey my fixedjoystick script is empty what should I do? Please help
@Abo7moodUnity
@Abo7moodUnity 3 жыл бұрын
@@ramakrishnan.v6208 see the Discription
@youseafadel
@youseafadel 3 жыл бұрын
TY very much
@satrioopw
@satrioopw 3 жыл бұрын
oh my god thankyou so much finaly fixed it
@saadanees7989
@saadanees7989 4 жыл бұрын
Amazing tutorial man. Thanks!
@Abhishek-tf8bj
@Abhishek-tf8bj 2 жыл бұрын
This means a lot to me thanks for this tutorial and first person tutorial THANK YOU SO MUCH
@alihamzeloo8792
@alihamzeloo8792 5 жыл бұрын
Thank you. You rescued me, man. It's working very gooooooooood.
@Oxmond
@Oxmond 4 жыл бұрын
That's what I call a nice third-person controller tutorial! Well done! 👍🤓
@tobyrobinson9561
@tobyrobinson9561 5 жыл бұрын
you just gained a sub. you deserve more
@jikkomohammad59
@jikkomohammad59 2 жыл бұрын
Why this guy has only 18.1k subs.... He deserves 1million+ subs
@carlgoose25
@carlgoose25 5 жыл бұрын
really cool, I like this a lot
@dhruvsengpta2703
@dhruvsengpta2703 4 жыл бұрын
AweSome!!!! little bugs with fixed button (monobehaviour) and therewas no inputvector although there was input so it all worked out !! Thanks a ton!!
@sudahmalam1
@sudahmalam1 4 жыл бұрын
THI IS GOLD ,.. thanks PAL
@samadqamar2181
@samadqamar2181 4 жыл бұрын
Thanks for the tutorial.
@ShinichiKudoQatnip
@ShinichiKudoQatnip 4 жыл бұрын
I love you for making this tutorial 😭 I finally found this after so many days 😭😭😭 but thank you so much 🤍🤍🤍🤍🤍
@noumanmobstudios7167
@noumanmobstudios7167 3 жыл бұрын
Great Work Dear Keep it Up :)
@IndritVaka
@IndritVaka 4 жыл бұрын
Thanks it helps a lot.
@alphagames2139
@alphagames2139 3 жыл бұрын
If the tag in the camera part is not necessarily the main camera, you will have a problem;).Good Tut. Thanks DitzelGames
@arazibrahim7416
@arazibrahim7416 3 жыл бұрын
Thanks bro working ❤️
@hey_buddy8602
@hey_buddy8602 4 жыл бұрын
In 2020, if u used the same package, when you changed inputVector, it is not protected Vector2 ... but it is private.. so just change the private by the public.. and don t write inputVector, but input in ThirdPersonControl... @DitzelGames, nice work, you are the best :thumbsup:
@technoala-eh2403
@technoala-eh2403 5 жыл бұрын
this a great tutorial :)
@yixiao9243
@yixiao9243 4 жыл бұрын
thank you so much, you saved my credit!!!!!!!
@rohanpednekar8074
@rohanpednekar8074 4 жыл бұрын
Thanks for helping :)
@muhammadahmadyousaf2824
@muhammadahmadyousaf2824 3 жыл бұрын
this is the BEST tutorial this channel has offered uptill now
@spyder_f3m6oy
@spyder_f3m6oy 3 жыл бұрын
Did all controls work for ur project? Pls reply bro
@muhammadahmadyousaf2824
@muhammadahmadyousaf2824 3 жыл бұрын
@@spyder_f3m6oy yes .
@muhammadahmadyousaf2824
@muhammadahmadyousaf2824 3 жыл бұрын
@@spyder_f3m6oy youtube didn't notify me that's why i am replying late. if you need help i m willing to offer/share my knowledge
@spyder_f3m6oy
@spyder_f3m6oy 3 жыл бұрын
@@muhammadahmadyousaf2824 thats so nice of u 😁😊.btw I've gotten what I needed, Thanks alot👍👍
@spyder_f3m6oy
@spyder_f3m6oy 3 жыл бұрын
@@muhammadahmadyousaf2824 oh wow, even u have a game dev Playlist. 👈🤗
@lib4861
@lib4861 5 жыл бұрын
Thank you for the tutorial, this really helped me to develop my Android game project.
@aryanshanker9169
@aryanshanker9169 3 жыл бұрын
What's the name ?
@tejaskondgekar5509
@tejaskondgekar5509 3 жыл бұрын
nice video very helpful
@vrgames6007
@vrgames6007 5 жыл бұрын
Awesome video.
@_T-800_
@_T-800_ 5 жыл бұрын
Hi guys! How to fix the error with = FixedJoystick LeftJoystick; error error error…. `Joystick.inputVector'??? 😊))) I'll help you :)). 😊😊😊 So.😊 1) Find the script in the project name “Joystick”. 2) open the script “Joystick”. 3) find the string “protected Vector2 inputVector = Vector2.zero” and change that to “public Vector2 inputVector = Vector2.zero”. 4) save the script “Joystick”. That is all 😊 good luck! >:) DitzelGames, thank you so much for your work. you're cool!!)
@arkamajhi
@arkamajhi 5 жыл бұрын
This actually works. At least worked for me. For the ones who can't figure out where the joystick file is : Go to assets and type joystick in the search bar, there. You will get the C# file easily. Best of Luck Thank you джерик джери for the help
@shooorov
@shooorov 5 жыл бұрын
thanks man
@vxdigxx5408
@vxdigxx5408 5 жыл бұрын
obrigado
@Nnjaaaaaaa
@Nnjaaaaaaa 5 жыл бұрын
THANK YOU SO MUCH BRO
@kenethadrianariasperez3715
@kenethadrianariasperez3715 5 жыл бұрын
tanks you, "Dios te bendiga" me salvaste la vida....
@noskcornarezano4173
@noskcornarezano4173 4 жыл бұрын
Wow! cool tutorial. Can you make another joystick on right side which fire at certain area or make like a top down shooter?
@yassineaguedid1929
@yassineaguedid1929 4 жыл бұрын
best tut ever !!
@RaulHdez29
@RaulHdez29 6 жыл бұрын
Thanks so much!
@nypcsj809
@nypcsj809 3 жыл бұрын
Hello, how can I look in multiple directions rather than having it only turn left and right like you showed? @DitzelGames
@rmzzz76
@rmzzz76 2 жыл бұрын
I commend you for this. It's really unacceptable that player controller behavior for touch devices isn't boiler plate and provided direct by Unity through, at minimum an official asset store package... Unity3D does so very little for their developers when it comes to core generic functionality, this is where Unreal Engine destroys them... Such a simple fix on their part, such a pity.
@legitchrisv
@legitchrisv 5 жыл бұрын
Hi. I tried this but got a lot of errors and I downloaded from the bitly link but it is not the same as this project. I really would like some help.
@zebaa5247
@zebaa5247 3 жыл бұрын
@GAMER TéCH Yeah same here
@cyrasunny3884
@cyrasunny3884 5 жыл бұрын
When I wrote public FixedButton shoot; After compiling showing Are missing an assembly reference
@cartofsrl9589
@cartofsrl9589 3 жыл бұрын
Thank you!
@tonynealis1165
@tonynealis1165 5 жыл бұрын
I downloaded same unity you have, placed my older scene that I wanted to keep add onto of course, but when I go to import asset > all I have there is custom . What would cause this,,how do I get all of what you have there ? Character wize, all I have is the engineer, yet you clearly have Ethan which I prefer.. thx
@tonynealis1165
@tonynealis1165 5 жыл бұрын
I guess it just doesn't show, what you already have installed.
@Anonymous-js4wf
@Anonymous-js4wf 3 жыл бұрын
Thank you!!
@yiikai
@yiikai 5 жыл бұрын
Hi, is it okay if I used your third person character controller to showcase my portfolio? Assets would be done by myself, I just need your awesome character controller to move them.
@gabmanong6948
@gabmanong6948 8 ай бұрын
hi sir, i appreciated the video so much. But i was wondering, where did you get the Standard assets?
@privacyplease1004
@privacyplease1004 3 жыл бұрын
okay i love you! it works perfectly, my only question would be " how do i write a line so the touchfield will move the camera up and down and not only left right?"
@harshpatil6782
@harshpatil6782 3 жыл бұрын
Did u find plz tell me❤️
@nypcsj809
@nypcsj809 3 жыл бұрын
Hi have you found a answer?
@harshpatil6782
@harshpatil6782 3 жыл бұрын
@@nypcsj809 I found bro
@nypcsj809
@nypcsj809 3 жыл бұрын
@@harshpatil6782 Hi bro can send me the solution?
@nypcsj809
@nypcsj809 3 жыл бұрын
@@harshpatil6782 Can you send me a message on discord - cyberjj999#2733
@gustavozamorano27
@gustavozamorano27 5 жыл бұрын
Assets/ThirPersonInput.cs(8,9): error CS0246: The type or namespace name `FixedJoystick' could not be found. Are you missing an assembly reference?
@taimigamedev6141
@taimigamedev6141 4 жыл бұрын
have you solved your issue? if yes then please let me know I am facing the same issue that you fave one year before! waiting for a positive answer.
@tomythomas8996
@tomythomas8996 3 жыл бұрын
@DitzelGames .Hi , I have this error object does not contain a definición for x and no acessible extensión method x accepting a girar argument if type object could be found . Help please
@rakshithakasun1934
@rakshithakasun1934 3 жыл бұрын
Thank you
@isfanfazar6061
@isfanfazar6061 5 жыл бұрын
sir, you are awesome. i think you must teach us how to make a full tutorial about thirdperson game. like a how to make a characters, how to make animation works. just like from zero to hero. thank you sir
@cpcaraho7046
@cpcaraho7046 3 жыл бұрын
How you make running movement my character is jus moving forward and not any movement
@rektchan5419
@rektchan5419 4 жыл бұрын
So I was looking through the code again. And, I went over my older codes if you guys are having problems with the vectors things with the fixed joystick copy paste this into that script. using System.Collections; using System.Collections.Generic; using UnityEngine; public class FixedJoystick : Joystick { internal Vector2 inputVector; }
@Nyyaaan
@Nyyaaan 4 жыл бұрын
after that сharacter don't move
@rektchan5419
@rektchan5419 4 жыл бұрын
Площадь с фонарём go to your fixed joystick c# code then change the control.Hinput to LeftJoystick.Horizontal; control.Vinput to LeftJoystick.Vertical;
@Pro-wz5mz
@Pro-wz5mz 2 жыл бұрын
Thanks Bro....
@aashutoshdabhade4325
@aashutoshdabhade4325 3 жыл бұрын
Can i use first person controller and thrd person controller in the same project?my first person controller is working fine.when i import your project.everything mess up.
@Web-Academic
@Web-Academic Жыл бұрын
2023 пригодилось, спасибо)
@theeyeofthesky4974
@theeyeofthesky4974 3 жыл бұрын
Hi, your controller is pretty smooth and useful, but I have two questions: Firstly, how can I make it so that I can look not only horizontally, but also vertically? Secondly, how can I implement an obstacle detection system for the camera so it doesn't go through an object?
@muhammadahmadyousaf2824
@muhammadahmadyousaf2824 3 жыл бұрын
dear brother if you find the solution to question 1 do let me know . the answer to your second question lies in this video.... kzbin.info/www/bejne/gGKqmKl6m9J8pZI
@collinsbr5642
@collinsbr5642 6 жыл бұрын
I LOVE YOU
@pranavpanchal7648
@pranavpanchal7648 6 жыл бұрын
Make videos as many as you can on mobile game development 😀
@grt0781
@grt0781 3 жыл бұрын
Assets\Standard Assets\Characters\ThirdPersonCharacter\ThirdPersonInput.cs(8,12): error CS0246: The type or namespace name 'FixedJoystick' could not be found (are you missing a using directive or an assembly reference?) please help me
@ttttkk2
@ttttkk2 3 жыл бұрын
I got the same error, someone pls help!
@touchsolutions24interactiv13
@touchsolutions24interactiv13 5 жыл бұрын
Hallo, ich habe den ersten Teil wie auf dem Video befolgt, doch beim testen erscheint eine Fehlermeldung: Assets\ThirdPersonInput.cs(24,51): error CS1061: 'object' does not contain a definition for 'x' and no accessible extension method 'x' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) Was soll ich da tun ? First video part i got below error message - how can i solve it ?
@tomythomas8996
@tomythomas8996 3 жыл бұрын
I same
@mrtobi4399
@mrtobi4399 4 жыл бұрын
Thanks a lot
@arsylfpv2848
@arsylfpv2848 4 жыл бұрын
Script thirdpersoninput not working on unity 2019.1 :( Can you help me? Thanks
@user-lr8qm5le7r
@user-lr8qm5le7r 5 жыл бұрын
Спасибо огромное! Вы лучший! +100 лайков
@itshardtobreathe9992
@itshardtobreathe9992 4 жыл бұрын
Hello, When I wrote ThordPersonInput, there were written that "FixedJoystick does not contain a definition for 'inputVector' ". How can I solve this?
@ridaiftikhar4386
@ridaiftikhar4386 4 жыл бұрын
Instead of 'FixedJoystick.inputVector.x' I used 'FixedJoystick.Horizontal' and it worked for me. Same goes for the y axis, I used 'FixedJoystick.Vertical'
@itshardtobreathe9992
@itshardtobreathe9992 4 жыл бұрын
@@ridaiftikhar4386 Thanks, I will try to write this.
@Siyam_vlog00
@Siyam_vlog00 5 жыл бұрын
Everything is great sir I am just facing problem i setting coordinates camera when i play i cant see my character Quaternion.AngleAxis(CameraAngle, Vector3.up) * new Vector3(0,3,4); Can somehow we set it to default coordinates that we have chosen please help
@praveenpanishetti5279
@praveenpanishetti5279 5 жыл бұрын
Wonderful Video, and Your way of Teaching is fabulous man Keep it up
@ozdendelibas6167
@ozdendelibas6167 3 жыл бұрын
There is right and left in the camera angle, yes, but how do we adjust it to look up and down?
@sugargamerr
@sugargamerr 3 жыл бұрын
U r legend
@raiqasim8800
@raiqasim8800 5 жыл бұрын
Tell me how i can adjust my own corrector or how to replace ethen ... thanks
@JoRob17
@JoRob17 5 жыл бұрын
*buenos tutoriales me encantan brother saludos desde colombia.*
@DitzelGames
@DitzelGames 5 жыл бұрын
Mi español no es el mejor, pero gracias por su comentario!
@kenethadrianariasperez3715
@kenethadrianariasperez3715 5 жыл бұрын
pudiste corregir el error de inputvector?
@JoRob17
@JoRob17 5 жыл бұрын
solo tienes que buscar esa variable en el codigo y quitarle protect o private no me acuerdo y colocarle public, y asi sera accesible desde cualquier parte de los otros script
@codewithsrijan368
@codewithsrijan368 2 жыл бұрын
I am making a TPS Game and I have a Aim UI. But the problem is that its looking over the Player. What can I do to show the player slightly left side?
@bgfxc4570
@bgfxc4570 4 жыл бұрын
I have used the method with the touch camera controll but the camera is constantly moving to the right
@rivaldomakahinda5849
@rivaldomakahinda5849 5 жыл бұрын
Please help me, after I changed "protected vector2" to "public vector2" in the 138th row there were still 6 similar errors. is there anything left over? please respond yes. Thank you
@narmadarajput9035
@narmadarajput9035 3 жыл бұрын
First reset that string. Then in ln41 and col5 change private to public
@manaladkenneth1993
@manaladkenneth1993 5 жыл бұрын
how did you set the animation to walk and jump? plsss answer mee hehe
@arkamajhi
@arkamajhi 5 жыл бұрын
How to rotate camera view using another joystick. For suppose if someone wants to look back or sideways while walking forward. Often required in FPS games, PUBG, etc. Can you please make a tutorial for it ?
@DitzelGames
@DitzelGames 5 жыл бұрын
Thanks for your question! Here is the answer: kzbin.info?o=U&video_id=WHlZTv5zBbs
@bidokwuadin9344
@bidokwuadin9344 3 жыл бұрын
What version of unity are u using there is no third person controller in my unity 2018 version
@anan_dayo
@anan_dayo 4 жыл бұрын
The type or namespace name 'FixedJoystick' could not be found
@stylegame6199
@stylegame6199 5 жыл бұрын
"ThirdPersonInput.cs(10,15): error CS0246: The type or namespace name 'ThirdPersonUserControl' could not be found (are you missing a using directive or an assembly reference?) " Please. Help me
@Naruy90
@Naruy90 4 жыл бұрын
add " using UnityStandardAssets.Characters.ThirdPerson; " in the script
@scribbly9528
@scribbly9528 4 жыл бұрын
@@Naruy90 it still doesn't work I have the same error!
@scribbly9528
@scribbly9528 4 жыл бұрын
Same problem
@L2KORIN
@L2KORIN 5 жыл бұрын
That's my problem: Assets\ThirdPersonInput.cs(29,51): error CS1061: 'object' does not contain a definition for 'y' and no accessible extension method 'y' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) Can who help me?
@tocacute6488
@tocacute6488 5 жыл бұрын
Hi, Where can i download the character asset that you used? Thanks
@DitzelGames
@DitzelGames 5 жыл бұрын
It's the character from the standard asset pack of unity
@tocacute6488
@tocacute6488 5 жыл бұрын
Can I still use the Third person asset on the updated tutorial? you used cube instead of this character. Thanks in advance.
@RST9413
@RST9413 5 жыл бұрын
i don t have rigidbody. i have an object who i going forward and i want to change direction (left right up down )with joystick. i find only controls for bals and other shit . how to do that? please explain this
@kayarawasbanlaywa2506
@kayarawasbanlaywa2506 6 жыл бұрын
why ThirdPersonUserControl Control cant Import/Using UnityStandardAssets ?. It just require to create another component. :(
@Alex-rn6ez
@Alex-rn6ez 6 жыл бұрын
Excellent vídeo, to see if you could help me with something that my game needs, it would be just what you did with the character controller in 3 person but with the camera of 1 person , in this way the character in first person would have animation of walking, i think that it's easy sure, thank you.
@TheConceptGuy
@TheConceptGuy 3 жыл бұрын
Nice ! But my joystick seems to go out of the screen when I build its apk. How to make it fit to mobile screen ?
@mehmetcancalskan5002
@mehmetcancalskan5002 3 жыл бұрын
in new joystick pack in asset store there s no fixedbutton . I can not add fixedbutton so i added 2 fixedjoysticks ...
@D4RKH4CKER
@D4RKH4CKER 4 жыл бұрын
I have a question how to fix camera penetration through models (empty inside)?
@benjamindelosreyes2613
@benjamindelosreyes2613 5 жыл бұрын
Hey I'm currently watching your tutorial... Just like what they have said there is an error Assets/ThirdPersonInput.cs(24,33): error CS1540: Cannot access protected member `Joystick.inputVector' via a qualifier of type `FixedJoystick'. The qualifier must be of type `ThirdPersonInput' or derived from it How to fix this one? Thanks!
@benjamindelosreyes2613
@benjamindelosreyes2613 5 жыл бұрын
And there is also this Assets/ThirdPersonInput.cs(24,33): error CS0122: `Joystick.inputVector' is inaccessible due to its protection level
@arjayespejo9140
@arjayespejo9140 5 жыл бұрын
Need help! I followed the directions completely. but my controller for player only controls the camera view. my character doesn't move, only the camera. pls help guys...
@lupanama7006
@lupanama7006 5 жыл бұрын
hello, thanks for the tutorial. I got an error when i add camera.main.transform.position & camera.main.transform.rotation it's said that Update() got null reference
@KineticProduction
@KineticProduction 3 жыл бұрын
Assets\Scripts\ThirdPersonInput.cs(30,42): error CS0029: Cannot implicitly convert type 'UnityEngine.Quaternion' to 'UnityEngine.Vector3'
@oscarb.3380
@oscarb.3380 4 жыл бұрын
hi, can i use the entire touch as a controller, without using a joystick'? can yo tell me how can i do it?
@datdude5886
@datdude5886 3 жыл бұрын
Im getting errors from ThirdPersonInput script. (1,33): error CS0246: The type or namespace name 'MonoBehaviour' could not be found (are you missing a using directive or an assembly reference?) (4,12): error CS0246: The type or namespace name 'FixedJoystick' could not be found (are you missing a using directive or an assembly reference?) (5,12): error CS0246: The type or namespace name 'FixedButton' could not be found (are you missing a using directive or an assembly reference?) (6,12): error CS0246: The type or namespace name 'FixedTouchField' could not be found (are you missing a using directive or an assembly reference?) (7,15): error CS0246: The type or namespace name 'ThirdPersonUserControl' could not be found (are you missing a using directive or an assembly reference?) + additional 13 errors
@ayushkamboj2812
@ayushkamboj2812 3 жыл бұрын
contact with voice maybe i can help because i have also been through them
@DEVINC894
@DEVINC894 2 жыл бұрын
@@ayushkamboj2812 same error can you please help me
@sahilshaikh3454
@sahilshaikh3454 5 жыл бұрын
I got error in FixedButton n FixedTouchField
@nihal9372
@nihal9372 2 жыл бұрын
Did you find the solution?
@anonymousclan4354
@anonymousclan4354 3 жыл бұрын
hey i do it all thing exact you do that and i have no errors but i dont know why i cant move with joystick
@gohelboy
@gohelboy 4 жыл бұрын
Whenever i stop moving right joystick camera postition is go to normal (default) help !
@furkandogan4675
@furkandogan4675 4 жыл бұрын
would it work if I used it with fps controller
@kimharoldpinanonang1028
@kimharoldpinanonang1028 4 жыл бұрын
It would be cool if it would use your own made character with its animation then teach us how to add a mobile input controller then it would move and animate your character
@mohammedkishore7666
@mohammedkishore7666 4 жыл бұрын
can i make this as a multiplayer game ?? is it possible? if its possible ,please make a multiplayer tutorial on this series
5 жыл бұрын
in my case all code is correct but when i play and rotate it stuck and error (object reference not set to an instance of an object)
@ConchStreetStories
@ConchStreetStories 4 жыл бұрын
at 7:20 the inputVector dont work to me, i get an error, it says : 'object' does not contain a definition for 'y' and no accessible extension method 'y' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?) how to fix it?
@rektchan5419
@rektchan5419 4 жыл бұрын
It just means you have to make a code for the fixedjoystick one to execute.
@not_halls
@not_halls 3 жыл бұрын
Does someone know how i can make Ethan (the third person character controller) move towards the camera point (move where the camera Is facing) with pc controls (mouse)
@gamedev.guyyyy
@gamedev.guyyyy Жыл бұрын
I am using the Fixed touch zone script and it works great until I press another finger on the screen! when I put another finger on screen the camera position suddenly changing, and after putting of the finger it goes back to the normal position!
@anaghksatheesh6938
@anaghksatheesh6938 2 жыл бұрын
Bro please help me I don't know what happened. when I try to add ThirdPersonInput script to player and then it says "The script 'ThirdPersonInput' does not contain a class derived from UnityEngine.MonoBehaviour Everything looks fine but I don't know why unity says this error Plz reply bro
@umarsohrani9370
@umarsohrani9370 5 жыл бұрын
Subscribed. You earned it. Can you make a tutorial on shooting by the same 3rd person controller, please.
@DitzelGames
@DitzelGames 5 жыл бұрын
Look at my shooting scene series a few weeks ago. Maybe it helps you.
@umarsohrani9370
@umarsohrani9370 5 жыл бұрын
@@DitzelGames Thank you
@okanpak5741
@okanpak5741 6 жыл бұрын
I could not find a Turkish source for this job. Thanks for sharing!👏🏻
@zeriyify
@zeriyify 4 жыл бұрын
Does it include with camera collision?
@mfirdausnrofi2923
@mfirdausnrofi2923 5 жыл бұрын
how to rotate camera view using click and drag using mouse(left or right click)???
Unity Game Slow? Performance #3 - Profiler
6:58
DitzelGames
Рет қаралды 6 М.
The Worlds Most Powerfull Batteries !
00:48
Woody & Kleiny
Рет қаралды 19 МЛН
格斗裁判暴力执法!#fighting #shorts
00:15
武林之巅
Рет қаралды 91 МЛН
Touch FPS Controls in Unity 2018 🎓
10:55
DitzelGames
Рет қаралды 165 М.
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 676 М.
FPS Touch Controls - UNITY 2021 Tutorial
14:12
GDTitans
Рет қаралды 64 М.
i got laid off... so i made a game...
24:08
bewky
Рет қаралды 597 М.
THIRD PERSON MOVEMENT in Unity
21:05
Brackeys
Рет қаралды 1,4 МЛН
2 Python Developers VS $1000
15:04
PolyMars
Рет қаралды 1,7 МЛН
Unity's New Input System:  The Definitive Guide
32:07
DmanGames
Рет қаралды 21 М.
Joysticks in Unity , Easy to use mobile touch controller
5:29
Hamza Herbou
Рет қаралды 31 М.
The Worlds Most Powerfull Batteries !
00:48
Woody & Kleiny
Рет қаралды 19 МЛН