Thanks so much for watching the video. Please feel free to ask any questions in the comments. Also, please let us know what else you'd like us to cover in future videos. Thanks again 😊
@back2back7122 жыл бұрын
Is there any specific reason for using Translate instead of rigid or CharController?
@PatitasFeroces4 ай бұрын
I simply don't understand how after reading through forums and documents, and not understanding anything, I found your video, and all my questions were answered, thank you.
@KetraGames4 ай бұрын
This is great to hear, glad you found it useful 😊
@xthanatos89 Жыл бұрын
years latter and you are a GOD SEND THANK YOU SO MUCH!!!!
@darkice6340Ай бұрын
To me too. I am here in 2024, 23 oct
@theymerbroo7952Ай бұрын
@@darkice6340 me too and this girl was like sent from heaven!!!
@fernandosilvaso4732 жыл бұрын
I usually don't comment yourube videos but have to say that you were marvelous. Very simple explanation and really straight to the point. Congrats, I'll probably go check the other videos and give some likes!
@KetraGames2 жыл бұрын
Thanks for this comment 😊
@ABHMughal5 күн бұрын
I was looking for smooth rotation solution and found this video. Very simple implementation yet very effective for me.
@mr.mechanacus16218 күн бұрын
So incredibly useful even 3 years later.
@KetraGames17 күн бұрын
Great to hear, thanks 😊
@rezs81872 жыл бұрын
Extremely clear video, clear explanation, quick and with enough details.
@KetraGames2 жыл бұрын
Thanks for this comment 😊
@JorgePerez-yc6hm2 жыл бұрын
This is GOLD. Thank you so much. I'm learning a lot.
@KetraGames2 жыл бұрын
Great to hear 😊
@geoffreywade2 жыл бұрын
Thanks so much for this tutorial. I was about to plunge a knitting needle ithrough my temples and then I found this video. Simple and elegant!
@KetraGames2 жыл бұрын
Glad it was useful! 😊
@nv72872 жыл бұрын
Really love that you build up the script one piece at a time - so it makes sense and has practical steps!! Subbed and awesome stuff!
@KetraGames2 жыл бұрын
Brilliant, thank you! 😊
@forestwolfinabox88172 жыл бұрын
I''m using this for a 2.5D game and removed the vertical input and it works great. Thanks for the quick tutorial.
@KetraGames2 жыл бұрын
Glad you found it useful 😊
@finally2164 Жыл бұрын
THANK YOU SO FRICKING MUCH I WAS STUCK ON A BUG IN MY MULTIPLAYER GAME AND THIS FIXED IT OMG I LOVE U THX
@Husmanmusic3 жыл бұрын
This saved me such a headache! Thank you so much!
@KetraGames3 жыл бұрын
Glad it helped, thanks for your comment 😊
@DarkParadice Жыл бұрын
Awesome, concise but still very informative. These are the kind of videos I feel like help newer people learn without overwhelming them or killing their drive by boredom. GJ, got a sub and thumbs from me!
@jwakeuplink7671Ай бұрын
Quick and helpful; chapter markings also a very useful for saving time. Great video
@KetraGamesАй бұрын
Thanks for this comment, great to hear 😊
@studiomalaka3 жыл бұрын
Hey, I just found your channel and I'm glad to see another great developer doing the best to help out the community. Keep up the good work!
@KetraGames3 жыл бұрын
Great, thanks for your support 😊
@kevaljoshi-k5y8 ай бұрын
So many Tanks to you. I was struggling for two days and I was about to give up in a while. But, you saved me. Thanks a lot.
@swiftcreations2 жыл бұрын
Amazingly simple solution for a headache of a problem, thank you!
@KetraGames2 жыл бұрын
Great to hear 😊
@rodolfoc.nascimento63012 жыл бұрын
I have seen many so Big code in the web Just tô make this function work, and then I found this Channel, a few LINE of code and boom! Done, thank you for this tutorial It help me a Lot!
@KetraGames2 жыл бұрын
Great to hear. Thank you 😊
@marvinalberto79633 жыл бұрын
Wow you thought me to understand everything in such little time and with very efficient code. Subscribed! :D
@firewood1496 Жыл бұрын
Had a similar problem, different context. Great tutorial, clean code, thanks again!
@KetraGames Жыл бұрын
Thanks very much for this comment 😊
@shaladddin56873 жыл бұрын
This is a youtube channel that I been looking for
@foreducation408 Жыл бұрын
thanks for the tutorial it really helped a lot.
@KetraGames Жыл бұрын
Glad it was useful 😊
@thebestadi76192 жыл бұрын
for anyone who wants to do it with rigidbody>> public float playerSpeed = 5f; public Rigidbody rb; Vector3 playerPosition; private void Start() { rb = GetComponent(); } void Update() { playerPosition.x = Input.GetAxis("Horizontal"); playerPosition.z = Input.GetAxis("Vertical"); rb.MovePosition(rb.position + playerPosition * playerSpeed * Time.deltaTime); if (playerPosition != Vector3.zero) { transform.forward = playerPosition; }
@KetraGames2 жыл бұрын
Thanks 👍
@gulikaontop Жыл бұрын
its better to put `rb = GetComponent();` in void awake() instead of start(), also its better to put physics related stuff in void FixedUpdate()
@bendude184 Жыл бұрын
liar @@gulikaontop
@gulikaontop Жыл бұрын
@@bendude184 usually they explain whats wrong, Id love to learn more whats wrong
@Vanilthas59 Жыл бұрын
Thank you for this video! I have been following the course of CodeMonkey about Beginner to Intermediate Game Developer, and I've found this problem about the character keeping looking to z = 0. Now I know it's because of the character gets back to that value
@KetraGames Жыл бұрын
Great to hear, thank you 😊
@nephilmis3 жыл бұрын
Ohh you are phenomenal! I would have never imagined such simplified codes ! Subscribed
@KetraGames3 жыл бұрын
Excellent! Thanks for this 😊
@KevsArtStuff3 жыл бұрын
Hey... thank you for this video... so clear and precise. Great job!
@Abhishek-tf8bj2 жыл бұрын
Thanks for the rotation
@KetraGames2 жыл бұрын
👍😊
@delcien96972 жыл бұрын
great video, I just discovered your tutorials and am doing each one, they are so easy to understand, thnk u! :)
@KetraGames2 жыл бұрын
Excellent, thanks 😊
@dougie1192 жыл бұрын
Saved my sanity. Thank you.
@KetraGames2 жыл бұрын
Excellent! 😊
@BlackHei711 Жыл бұрын
Thankyou very much! It's working perfectly.
@KetraGames Жыл бұрын
Great to hear, thanks 😊
@captaintany41332 жыл бұрын
Thank you so much your video helped me fix a bug (which was created by myself) for rotating the player where the player would face an opposite direction while moving on x-axis if both keys were pressed.
@KetraGames2 жыл бұрын
Glad it was helpful 😊
@maayandighorker69302 жыл бұрын
Finally a tutorial that works! thanks
@KetraGames2 жыл бұрын
Thanks for this comment 😊
@SocksNGames2 жыл бұрын
Absolutely beautiful tutorial worked amazingly! Thanks
@KetraGames2 жыл бұрын
Brilliant, thanks for this comment 😊
@nguyenbao3839 Жыл бұрын
Ketra, you are the goat!, thankyou so so muchhh for the tutorials
@AlexCio Жыл бұрын
Great short tutorial! Thanks for the work :)
@yvesevrard24214 ай бұрын
Very good, I like when the teacher is a woman, has a nice voice and gives tutorials that work.👍
@KetraGames4 ай бұрын
Thank you 😊 Great to hear.
@John-fg4gy2 жыл бұрын
So helpful and super simple and straightforward explanations! Thank you!!!
@KetraGames2 жыл бұрын
Great, glad it was useful 😊
@samuelevander98232 жыл бұрын
This video is so simple, clear & precise! Please use this code to create a video tutorial on Camera Relative Player Movement (player moving to the direction the camera is pointing). It's so hard!
@KetraGames2 жыл бұрын
Great to hear 😊 This video may help with the camera relative movement - kzbin.info/www/bejne/oJrcgI2YgLeZl7s
@samuelevander98232 жыл бұрын
@@KetraGames Thanks! Will check it out. Managed to get camera relative movement to work last night, but I'm always interested in any resources I can get! EDIT: Wow, that video teaches other useful things regarding the TPCamera, thanks!
@mariegrasmeier94992 жыл бұрын
You are awesome! Your tutorials saved my day so many times! ❤
@KetraGames2 жыл бұрын
Great, thanks for this comment 😊
@f.veretout2 жыл бұрын
Hey there, A huge thank you for sharing simple, clear and precise explanations. Simply magical. 🤩🙏 Wishing you only the best !
@KetraGames2 жыл бұрын
Thanks very much for this comment 😊
@abhinavsingh4221 Жыл бұрын
Really nice and crisp video. Thanks! Subbed the channel :)
@KetraGames Жыл бұрын
Thanks for your support 😊
@Dritix3 жыл бұрын
Very helpful video Ketra keep up with the good education videos and helping people, keep up the good work 👍
@KetraGames3 жыл бұрын
Thanks very much for your support 😊
@justanotherhuman92382 жыл бұрын
Exactly what i needed. Thank you!!!
@KetraGames2 жыл бұрын
Great to hear, thanks 😊
@alifshairy58762 жыл бұрын
I liked the video.Thanks to the author
@KetraGames2 жыл бұрын
Thank you 👍😊
@batuberk3 жыл бұрын
Great tutorial! This is what I exactly looking for. Thanks a lot!
@KetraGames3 жыл бұрын
Thanks for the great comment 🙂
@diras11277 ай бұрын
Great vid, clear scripting and thanks for the distribution
@paturuzu47052 жыл бұрын
you are a total genius!!!!!!!!!!!!!!!!!!!!!!!!
@KetraGames2 жыл бұрын
Thanks! 😊
@pfp4ever3 жыл бұрын
if you want to change the key inputs edit > project settings > input manager > "horizontal" "vertical"
@KetraGames3 жыл бұрын
Thanks 😊
@LightReachGames Жыл бұрын
These tutorials are so helpful! You're amazing!
@KetraGames Жыл бұрын
Thanks so much for this comment 😊
@LightReachGames Жыл бұрын
@@KetraGames Absolutely! 😁
@cidrouille82292 жыл бұрын
Thank you, it works perfect!
@KetraGames2 жыл бұрын
Thanks, great to hear 😊
@Gwynbleidd27_3 жыл бұрын
Thank you so much! been looking for a good tutorial for a while :)
@KetraGames3 жыл бұрын
Glad the video was helpful 😊
@ShinichiKudoQatnip2 жыл бұрын
So helpful, subscribed 😇
@KetraGames2 жыл бұрын
Thank you 😊
@alirezafalaki-nz2wb7 ай бұрын
Thank you for this practical tutorial
@Justinquick33 жыл бұрын
best tutorial no cap
@KetraGames3 жыл бұрын
Thanks for your comment 😊
@Galactiquee10 ай бұрын
THANKS SO MUCH❤! FINALLY AN PROPER TUTORIAL IM AN 13 (SOON 14) YESR OLD GAME DEV AND I HAVE BEEN TRYING TO FIND HELP BUT THIS HELPED ME SO MUCH TYSM!!!! ALSO YOUR GAME LOOKS SO CUTE 😢😮🎉❤❤❤❤❤
@aaryag5683 Жыл бұрын
searching for this... thanks SO MUCH
@KetraGames Жыл бұрын
Thanks, glad it was helpful 😊
@ArribaElMole7 ай бұрын
Thank you it worked for me using Input System!!
@Skywalker_Jedi_Master Жыл бұрын
Amazing , thank you , keep it up it helps a lot !
@KetraGames Жыл бұрын
Thanks for your support 😊
@rahatshah24522 жыл бұрын
Thanks... It helped
@KetraGames2 жыл бұрын
Great to hear 😊
@4veintv3922 жыл бұрын
Muchas gracias, me han servido mucho tus tutoriales, estoy aprendiendo a programar videojuegos utilizando el control de Xbox y tu canal me ha servido bastante para mi aprendizaje, ¡saludos desde México!
@KetraGames2 жыл бұрын
Thanks for this comment. Glad you're finding the videos useful 😊
@pomshi2 жыл бұрын
Thank you this helped a lot!!
@KetraGames2 жыл бұрын
Glad it was useful 😊
@claraf40623 жыл бұрын
+1 follower, glad to have found your channel ♥
@user-nikita-kuzhel2 жыл бұрын
Thanks a lot! You helped me)) Wish you all the best!!!
@KetraGames2 жыл бұрын
Thank you! Glad it was useful 😊
@gamedevunity3dliviopanizzi1702 жыл бұрын
grazie mi e servito complimenti
@SebLeCaribou2 жыл бұрын
I would love to see an update on that rotation that would integrate a slight tilt while rotating to add some gamefeel to the movement.
@NoahGNC2 жыл бұрын
Nice thank you !
@KetraGames2 жыл бұрын
👍😊
@elshowdelwendigopixeliento43453 жыл бұрын
Thanks Ketra!!! Very useful.
@zanderthaw3 жыл бұрын
Excellent video!
@stormer2682 жыл бұрын
Love U!!! Thanks~
@KetraGames2 жыл бұрын
😊😊
@iamguy00042 жыл бұрын
Thank you so much.
@KetraGames2 жыл бұрын
👍😊
@zoehall72823 жыл бұрын
Fantastic video, very informative. ☺️ Please keep them coming!
@KetraGames3 жыл бұрын
Thanks for this 👍😊
@Rakhu-e2f3 жыл бұрын
Thanks ma'am for this tutorial it really helps me 😊
@KetraGames3 жыл бұрын
Great to hear this 😊
@fredqq20032 жыл бұрын
Thanks for video
@KetraGames2 жыл бұрын
👍😊
@fredqq20032 жыл бұрын
@@KetraGames May I ask a question? When I make a FPS game. At first, player faces z direction, and camera faces the same direction; therefore, move in the same direction. But when mouseLook turns right, every direction makes opposite. How could I solve this problem@@?
@DmytroHumennyi3 жыл бұрын
Thanks, helped me a lot
@KetraGames3 жыл бұрын
Glad to hear 😊
@jaceksawinski9123 жыл бұрын
That was what I needed
@KetraGames3 жыл бұрын
Glad it was useful 😊
@dragonninja9908 Жыл бұрын
Look at me, ur a friggin life saver. God bless u!
@KetraGames Жыл бұрын
Thanks for this, glad it was useful 😊
@MarekLS603 жыл бұрын
Ketra this is realy GREAT !!!
@KetraGames3 жыл бұрын
Thanks for this comment 😊
@rochobodato2 жыл бұрын
Excellent!
@KetraGames2 жыл бұрын
Thanks 😊
@carlabalos38843 жыл бұрын
Thanks for the tutorial easy to follow.
@KetraGames3 жыл бұрын
Glad to hear this 😊
@unclemutue10753 жыл бұрын
thanks for your tutorial
@paddy90923 жыл бұрын
ur a legend this helped me so much thank u
@KetraGames3 жыл бұрын
Awesome, great to hear 😊
@NunyaBizznezz69693 жыл бұрын
Simple and efficient. Thank you. Subbed.
@KetraGames3 жыл бұрын
Great, thank you 😊
@gamoe2 жыл бұрын
thanks you
@KetraGames2 жыл бұрын
👍😊
@daboxguy38483 жыл бұрын
You gotta love a girl who uses Pascal case for her variables :)
@KetraGames3 жыл бұрын
ThankYouVeryMuch 😊
@fabse4043 жыл бұрын
this was very helpful, thanks a lot for sharing knowledge :)
@KetraGames3 жыл бұрын
Great to hear this 😊
@CaptainTri5t0n3 жыл бұрын
great vid! really needed that quaternion process. Is there a way to keep an object facing in the direction of travel after the keys are let go instead of it snapping to the vertical or horizontal axises?
@KetraGames3 жыл бұрын
Thanks, glad you found it useful 😊 The script in the video should keep the object facing in the right direction after the keys are released. You need to check if the object is moving before applying the rotation to stop it snapping back. If (movementDirection != Vector3.zero) { ... } Skip to 4.40 in the video for a recap. Hope that helps 😊
@MKHideOut2 жыл бұрын
@@KetraGames Its not keeping the object facing the correct direction
@paturuzu4705 Жыл бұрын
gracias amiga muy clara tu explicacion saludo desde argentina
@amedduman23793 жыл бұрын
You are great, keep it up!
@KetraGames3 жыл бұрын
Thanks for this lovely comment! 😊
@baptisteorens93593 жыл бұрын
Nice tutoral :)! you help me a lot !
@KetraGames3 жыл бұрын
Thanks for this. Happy to hear that 😊
@md.salmanahmed39032 жыл бұрын
Plz making a video about car touch control without any asset /package scripts.
@jadonut2493 жыл бұрын
Thank you!
@ДенисЗаболоцкий-ф4л3 жыл бұрын
Very helpful content, thank you!
@KetraGames3 жыл бұрын
Glad to hear this 😊
@diegoaespitia3 жыл бұрын
thanks so much for ur video :)))) subbed and loved!
@KetraGames3 жыл бұрын
Thanks for this comment 😊
@acikgozemre3 жыл бұрын
Thank you so much !
@mdmasudhossain7965 Жыл бұрын
You are awesome
@KetraGames Жыл бұрын
Thank you 😊😊
@louisecollins92133 жыл бұрын
excellent tutorial
@KetraGames3 жыл бұрын
Thanks for this comment 😊
@imadust2 жыл бұрын
do you have a similar tutorial like this except for characters with rigidbody that use physics?