How to use Animation Transitions (Unity Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024

ความคิดเห็น • 283

  • @imrsvhk
    @imrsvhk ปีที่แล้ว +12

    I've seen several tutorials on this, but none were as clear and on-point as yours.. Great job!

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Great to hear, thanks 😊

  • @TheArien
    @TheArien 7 หลายเดือนก่อน

    Very helpful tutorial.I use mouse clicks to move my character and thought that the easiest way to make the animation stop is when the character has reached the last position of a mouse click(very obvious) but i figured out that its pretty smart to set the Y position of the click position and character position to zero when comparing. I found out through debugging that the Y positions can differentiate by very small amounts sometimes.

  • @thatonekid702
    @thatonekid702 ปีที่แล้ว +2

    You're channel is my go to for unity tutorials, so thank you so much.

    • @KetraGames
      @KetraGames  ปีที่แล้ว +1

      Thanks very much for this comment 😊

  • @irl_sonic
    @irl_sonic 3 ปีที่แล้ว +1

    I love the format of your tutorials really helps me understand whats going on at all times.

    • @KetraGames
      @KetraGames  3 ปีที่แล้ว

      Thanks for this comment. Great to hear 😊

    • @irl_sonic
      @irl_sonic 3 ปีที่แล้ว

      @@KetraGames Im trying to make a sonic game where the player can run on any slope and run around loops. Would your platformer tutorials be a good start for that? I see you have a slope alignment tutorial with a raycast. Would it be able to handle loops if i just rotate the player with the normals?

    • @KetraGames
      @KetraGames  3 ปีที่แล้ว

      @Christopher Rosa, the platformer tutorials will provide some useful information on the standard platformer elements but I think you'll need to go in a different direction to replicate the physics based movement you get in Sonic games.
      The Character Controller is designed to always be upright. As a result the collider doesn't rotate, so you'd struggle to make it go round a loop. Instead, I'd use a RigidBody component to make use of Unity's physics system. Maybe start with a sphere and see if you can get the type of movement you want by applying forces without worrying about rotation and animations. Then change the appearance, add animations etc later on. At this point you'd want to detect the direction of the surface and rotate as you said.
      Let us know how you get on. This is a really interesting challenge, so we'll definitely add it to the list to cover in a future video 😊

  • @user-tq8sr3ux2c
    @user-tq8sr3ux2c ปีที่แล้ว +6

    followed all of the steps and idle animation still does nothing

    • @Ekmnstein
      @Ekmnstein 2 หลายเดือนก่อน

      Then you didn’t do it right

  • @mared4591
    @mared4591 3 ปีที่แล้ว +49

    You are amazing. I haven't found any other tutorial that explains every parameter in a component like you do. For a newbie like myself, you are a beacon of hope.

    • @KetraGames
      @KetraGames  3 ปีที่แล้ว +11

      Thanks so much for this. Great to hear 😊

  • @Luluskuy
    @Luluskuy 2 ปีที่แล้ว

    thanks thanks thanks..
    your video save me, I already watch many hours of video about animation but only yours that makes sense for a newbie like me. Good job!

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว

      Glad it was useful 😊

  • @lordnation-tyro
    @lordnation-tyro ปีที่แล้ว

    i like your way that you are telling all things in detail and my character is not rotating like your

  • @limear
    @limear 2 ปีที่แล้ว +1

    thanks for the concise tutorial

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว

      Thanks for this comment 😊

  • @nolesgamer6851
    @nolesgamer6851 10 หลายเดือนก่อน

    I know im a little late but when I try and add a condition it says things like Condition Mode, Condition Event, Event Treshold, each having me import a numerical value. How do I fix this?

  • @Ztickz
    @Ztickz ปีที่แล้ว +19

    Didn't know It was possible to explain Unity animator and Mixamo essentials so well in 10mins, keep up the excellent work, subbed!

    • @KetraGames
      @KetraGames  ปีที่แล้ว +1

      Great, thanks for your support 😊

  • @batman3698
    @batman3698 2 ปีที่แล้ว +1

    Thanks for this tutorial. Very helpful!

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว

      Glad to hear this, thank you 😊

  • @mohammadmohamoud895
    @mohammadmohamoud895 4 หลายเดือนก่อน

    Thank you very much . Very clear and useful

  • @RDFLearning
    @RDFLearning ปีที่แล้ว +1

    Its seems that she is making her game making story, not teaching... Running so fast...
    Video was informative but not explaining good.. Skript prepared before..

  • @danielbenyair300
    @danielbenyair300 ปีที่แล้ว +1

    i figured out that you can write it as "animator.SetBool("isRunning", isMoving);" with "isRunning" being the animator boolean and "isMoving" the script boolean that will change "isRunning"

  • @إلغاء-ص9ل
    @إلغاء-ص9ل ปีที่แล้ว +1

    I created a character in Blender, added bones to it, then put it in Unity, then followed all your steps to make it breathe, but it didn't work, then I replaced it with a character from Mixamo, and breathing succeeded! Please what is the solution?

  • @richbuilds_com
    @richbuilds_com ปีที่แล้ว +2

    You just made a grown man (53) say "Squee!" out loud when my character started running!
    I hope you're proud of yourself :-p

    • @KetraGames
      @KetraGames  ปีที่แล้ว +1

      😂 Great to hear 😊

  • @shingAMarie
    @shingAMarie 8 หลายเดือนก่อน +4

    Liked this, simple and straight to the point, but you also explained what you were doing

    • @KetraGames
      @KetraGames  8 หลายเดือนก่อน +1

      Thanks for this comment 😊

  • @NowLedgeIO
    @NowLedgeIO 7 หลายเดือนก่อน +1

    finally understood what to do

  • @apoleyta9760
    @apoleyta9760 3 ปีที่แล้ว +1

    Really good tutorial. Thanks. When are you gonna make for blend trees ? I'm looking forward to it

    • @KetraGames
      @KetraGames  3 ปีที่แล้ว +3

      Thanks, glad you liked it. Blend Trees are near the top of the list so shouldn't be too long now 😊

  • @naufalatsarisobur3463
    @naufalatsarisobur3463 ปีที่แล้ว +1

    Unity said "there is no Animator attached to the "Player" game object, but a script is trying to access it." can u help me?

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Hi, you need an Animator component on the object. If you select the object in the Hierarchy and look in the Inspector you should have the script and an Animator component.

  • @M3g4t0n
    @M3g4t0n 2 ปีที่แล้ว +2

    Very clear explanation! For some reason, I need to attach an Avatar to my Animator, otherwise it doesn't work.

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว +2

      Thanks. You need to add an avatar if you're using the Humanoid animation type

  • @bobjustus
    @bobjustus 3 ปีที่แล้ว +5

    I think you are the best instructor I've seen. Everything done is explained and detailed without being boring or confusing.

    • @KetraGames
      @KetraGames  3 ปีที่แล้ว

      Thanks for this great comment! 😊

  • @G1060available
    @G1060available ปีที่แล้ว

    Thanks for this amazing and super easy to understand tutorial 🗿🫡

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Thanks so much 😊😊

  • @Ghalux
    @Ghalux 3 ปีที่แล้ว +5

    That was an awesome video, thank you!
    I was looking for this kind of explanation for a long time

    • @KetraGames
      @KetraGames  3 ปีที่แล้ว +2

      Great to hear this. Thanks 😊

    • @alexthompson8977
      @alexthompson8977 2 ปีที่แล้ว

      @@KetraGames when my running animation plays my character doesn't turn when I move in a different direction. Do you know how to fix that?

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว

      @@alexthompson8977 Sorry for the late reply. Hope you've managed to fix this. Are you changing the transform rotation of the character to match the direction of movement? This video may help - th-cam.com/video/BJzYGsMcy8Q/w-d-xo.html

    • @alexthompson8977
      @alexthompson8977 2 ปีที่แล้ว

      @@KetraGames yeah I did. Thanks for the reply

  • @akisey1
    @akisey1 2 ปีที่แล้ว +4

    Your teaching style is impeccable! Subbed

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว

      Thanks for this 😊

  • @lanefaulhaber875
    @lanefaulhaber875 ปีที่แล้ว

    Hi, I am having an issue with my character where he will not lean forward when he runs... He leans forward in Blender, but in Unity he will not lean forward for his walk animation... Any help?

  • @realcabvr
    @realcabvr 6 หลายเดือนก่อน

    when i add the movement script the keys i press to move are wrong, e.g: my forward key is D, my backwards key is A, my left key is W and my right key is S
    how do i fix this ??

  • @AI-ko3jq
    @AI-ko3jq ปีที่แล้ว +1

    How can I get a scene machine camera? I do not have that in unity.

    • @KetraGames
      @KetraGames  ปีที่แล้ว +1

      Hi, you can install Cinemachine via the Package Manager. Hope that helps 😊

  • @castlecodersltd
    @castlecodersltd ปีที่แล้ว +2

    This really helped me. My animations were walking so far and then jumping back. Thank you

    • @KetraGames
      @KetraGames  ปีที่แล้ว +1

      Glad it was useful 😊

  • @khoshalsaidy526
    @khoshalsaidy526 3 ปีที่แล้ว +1

    thanks

  • @worldofmemes2919
    @worldofmemes2919 ปีที่แล้ว +1

    When I click play in my project i get an error saying the isMoving bool does not exist, and my character will only play the run animation when i click on isMoving in the animator

    • @KetraGames
      @KetraGames  ปีที่แล้ว +2

      Hi, check the casing of the "IsMoving" in the script. It needs to match the name of the parameter in the animator exactly. Hope that helps 😊

    • @worldofmemes2919
      @worldofmemes2919 ปีที่แล้ว +2

      @@KetraGames Many thanks for the help, it worked now :)

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      👍😊

  • @artyom8225
    @artyom8225 2 ปีที่แล้ว +2

    You are making great tutorials, thank you. Liked and Subscribed

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว

      Thanks for your support 😊

  • @staneck_music
    @staneck_music 2 หลายเดือนก่อน

    Got problem with the PlayerController script, where I can find it? Thank you!

  • @shsingh_55
    @shsingh_55 ปีที่แล้ว +2

    thanks so muchhhhhh

  • @BitterTast3
    @BitterTast3 16 วันที่ผ่านมา

    The moment I give my character the animator component and it's controller and then press play, my character won't move anymore other than rotate in place. The animation will play fine, but no response as far as changing position. Any idea what's going on?

  • @axelighttkritiks8312
    @axelighttkritiks8312 9 หลายเดือนก่อน

    Hello,
    my problem is that I put together an fps weapon animator, but when I activate it, it works fine at first, but the second time when I active it its affects the previous animation. As an exemple: when i take out the weapon and put out the weapon it happens without any problem, and at the second try when i try to take out the weapon it comes out a little bit, but immediately goes back down. Can you guys help me with this problem? I tried to fix it but i really cant. Thank you for your time!

  • @hwanginYouppa
    @hwanginYouppa 6 หลายเดือนก่อน +1

    Bruh the simplest way and the most effective way is just explained by this amazing human being

  • @lightninguy26
    @lightninguy26 11 หลายเดือนก่อน

    Works,but for some reason when running my character flips 90 degrees forwqard then resets when looping.

  • @etc5526
    @etc5526 2 ปีที่แล้ว +1

    Great Video. This is what I exactly want to know. Keep it up. You got a new subscriber. I would like to looking forward more.😊

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว +1

      Thanks for your support 😊

  • @frizzlefry176
    @frizzlefry176 ปีที่แล้ว

    For some reason when I used Doozy, I could never get him to animate at all. I tried a different character and had no problems at all. I have no idea why this would even make a difference but that's how it went for me 🤷

  • @RaikageV
    @RaikageV ปีที่แล้ว +1

    Thanks for good and easy to follow tutorial! I've been messing with Unity in the past but this is the first time everything actually worked, I'm really glad about it. : )

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Great to hear, thank you 😊

  • @Cricketdude69
    @Cricketdude69 ปีที่แล้ว

    Why is my camera looking at my character from the ground looking into the sky? Anyone else having this issue?

  • @bobjustus
    @bobjustus 3 ปีที่แล้ว +1

    Awesome channel! inspired me to keep going!

  • @Imran_yt_prod
    @Imran_yt_prod ปีที่แล้ว

    I did everything exactly as in the video, but when moving, the animation IDLE :(

    • @wenyarts3607
      @wenyarts3607 ปีที่แล้ว

      I'm having the same issue

  • @AvadaKedavra22197
    @AvadaKedavra22197 ปีที่แล้ว +3

    thank you so so much for these videos! i have been following this series and i was so stuck on animation this fully opened up my eyes, your way of explaining even the simple functions makes things much much easier to understand. thank you so much!

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Brilliant, thanks for this 😊

  • @RudyWasAlibe
    @RudyWasAlibe ปีที่แล้ว

    She made it look like it's just a game
    U got that.... Pun .... No ? Alright 😔

  • @MAGNETO-i1i
    @MAGNETO-i1i ปีที่แล้ว +2

    absolutely amazing, thank you!

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Thank you 😊😊

  • @kevinroche5480
    @kevinroche5480 2 หลายเดือนก่อน +1

    I've been reading about animations in the unity manual for hours and have been left totally confused. You've explained it in less than ten minutes. Thank you.

    • @KetraGames
      @KetraGames  หลายเดือนก่อน

      Thanks, glad you found it useful 😊

  • @yahyabeysami101
    @yahyabeysami101 ปีที่แล้ว

    i've done everything in the tutorial, but the character is sitll stuck in t pose. Anyone has an idea ?

  • @Mixkit_real
    @Mixkit_real 9 หลายเดือนก่อน

    Making a space horror game with multiplayer and needed a tut on animation transitions thanks

  • @saranpatvongsakorn791
    @saranpatvongsakorn791 3 ปีที่แล้ว +2

    your videos easy to understand for star
    ter

  • @MasonWolf90
    @MasonWolf90 22 วันที่ผ่านมา

    I have been working on setting up the animations for hours. This video really helped me. Thank you!

    • @KetraGames
      @KetraGames  14 วันที่ผ่านมา

      Thanks, glad it was useful 😊

  • @coding_game
    @coding_game 2 ปีที่แล้ว +1

    sir good

  • @JustFrankMan
    @JustFrankMan 3 ปีที่แล้ว +2

    I'm studying game development in university and I swear I cannot animate anything. Thanks a lot for this very straightforward and quick tutorial!!

    • @KetraGames
      @KetraGames  3 ปีที่แล้ว

      Glad you found it useful 😊

  • @Ayesha4evs
    @Ayesha4evs ปีที่แล้ว

    hi so i downloaded a model from another website and the extract texture isnt availaible what do i do?

  • @welorn
    @welorn 4 หลายเดือนก่อน

    Is fun this character very good this move 😍

  • @nasapctaikapurua6169
    @nasapctaikapurua6169 ปีที่แล้ว

    how come in the idle its doing it normally but as soon as i run and the animation plays its now in the air pls help

  • @CJEXP
    @CJEXP 5 หลายเดือนก่อน

    Thank you very much for this tutorial! Helped me out when nothing else could!

  • @skyhandanimation
    @skyhandanimation 2 ปีที่แล้ว +1

    Thanks but u watch anime

  • @cvetelinarodrigez5487
    @cvetelinarodrigez5487 2 ปีที่แล้ว +1

    this blue dude looks little drunk :D good explaining at least you make it short

  • @TwoClutch
    @TwoClutch 7 หลายเดือนก่อน

    thank you!

  • @andrewociones4521
    @andrewociones4521 3 ปีที่แล้ว +1

    You deserve more subscribers...

  • @nabeelakhan8259
    @nabeelakhan8259 ปีที่แล้ว

    did you guys get the character controller script?

  • @mcaiesff8969
    @mcaiesff8969 ปีที่แล้ว

    you have great voice haha and thank you

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Thank you 😊😊

  • @Techaverse
    @Techaverse ปีที่แล้ว

    So after I put in all the code, tested it, closed Unity, and opened it up again, the movement and gravity doesn't work anymore. I need help!

  • @RobinWilliams-yz8ck
    @RobinWilliams-yz8ck ปีที่แล้ว

    Howdy Ketra games! This tutorial was awesome but when you started putting data into the script, you didn't explain where you got all the information from the script from. The script I had was much simpler 😒

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Hi, if you watch through the 3d Platformer Playlist - th-cam.com/play/PLx7AKmQhxJFaj0IcdjGJzIq5KwrIfB1m9.html, then hopefully it will fill in the blanks

  • @PaperVerseStudio
    @PaperVerseStudio ปีที่แล้ว

    It says:MissingComponentException: There is no 'Animator' attached to the "Capsule" game object, but a script is trying to access it.
    what do i do

  • @joaoafonsosemedomaio
    @joaoafonsosemedomaio 9 หลายเดือนก่อน

    Hey there! It works for me, but in the final part, in the coding, I'm having problem putting the last two lines of code. I'm a noobie :// if someone can help me, i would appreciate a lot!

    • @joaoafonsosemedomaio
      @joaoafonsosemedomaio 9 หลายเดือนก่อน

      Here is the code:
      using System.Collections;
      using System.Collections.Generic;
      using UnityEngine;
      public class MovimentarJogador : MonoBehaviour
      {
      public float sensibilidadeX = 1f;
      public float sensibilidadeY = 1f;
      public GameObject objetoCamera;
      private Animator animator;
      private float ratoRotacaoX = 0;
      private float ratoRotacaoY = 0;
      public float velocidadeMovimento = 1f;
      private Vector3 vetorMovimento = new Vector3();
      private CharacterController controladorPersonagem;
      public float efeitoGravidade = 1f;
      public float forcaSalto = 1f;
      // Start is called before the first frame update
      void Start()
      {
      animator = GetComponent();
      controladorPersonagem = gameObject.GetComponent();
      }
      // Update is called once per frame
      void Update()
      {
      ratoRotacaoX += Input.GetAxis("Mouse X") * sensibilidadeX;
      ratoRotacaoY += Input.GetAxis("Mouse Y") * sensibilidadeY;
      gameObject.transform.localRotation = Quaternion.Euler(0, ratoRotacaoX, 0);
      ratoRotacaoY = Mathf.Clamp(ratoRotacaoY, -90, 90);
      objetoCamera.transform.localRotation = Quaternion.Euler(-1 * ratoRotacaoY, 0, 0);
      if (Input.GetKey(KeyCode.W))
      {
      vetorMovimento.z = velocidadeMovimento;
      }
      if (Input.GetKey(KeyCode.S))
      {
      vetorMovimento.z = -1 * velocidadeMovimento;
      }
      if (Input.GetKey(KeyCode.D))
      {
      vetorMovimento.x = velocidadeMovimento;
      }
      if (Input.GetKey(KeyCode.A))
      {
      vetorMovimento.x = -1 * velocidadeMovimento;
      }
      vetorMovimento = gameObject.transform.forward * vetorMovimento.z + gameObject.transform.right * vetorMovimento.x + gameObject.transform.up * vetorMovimento.y;
      if (controladorPersonagem.isGrounded == true)
      {
      if (Input.GetKeyDown(KeyCode.Space))
      {
      vetorMovimento.y = forcaSalto;
      }
      }
      else
      {
      vetorMovimento = vetorMovimento + Physics.gravity * efeitoGravidade * Time.deltaTime;
      }
      controladorPersonagem.Move(vetorMovimento * Time.deltaTime);
      vetorMovimento.x = 0;
      vetorMovimento.z = 0;
      }
      }

  • @Aco4k
    @Aco4k 2 ปีที่แล้ว +5

    This is probably the best tutorial out there. Great communication and easy to follow guide. Pure and simple English.

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว

      Thanks for this great comment 😊

  • @Just_Some_Yonko_With_A_Beard
    @Just_Some_Yonko_With_A_Beard 2 หลายเดือนก่อน

    my player character is a sprite (but in a 3D project, think Paper Mario), so I need him to be able to switch into 4 different idle and walking animations depending on the direction he's facing. I'm not quite sure how to do that yet.
    edit: I followed your video, "Movement using Gamepad and Keyboard (Unity Tutorial)" as well as Velvary's video, "How To Animate Your 2D Character in Unity" then had GPT rectify parts of the code that didn't mesh well and it's working beautifully! exactly as intended. the sheer simplicity of the code from your video helped a ton with making that work in my favor. very easy to follow and make the appropriate changes to. and I implore anyone to watch BOTH of these videos in order to achieve the "paper" effect of having sprites in a 3D environment. there are tutorials on that specifically, but I personally didn't find any of them helpful.

  • @piotrek7633
    @piotrek7633 ปีที่แล้ว

    Why is doozy the mascot, i have nightmares of him

  • @hefferwolff3578
    @hefferwolff3578 2 ปีที่แล้ว +1

    would it be possible to have a tutorial about switch through multiple idle animations?

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว +1

      Hi, we're just working on a tutorial showing how to switch to different idle animations when the character gets bored of waiting. It should be released in the next couple of days 😊

  • @bigbothoee8617
    @bigbothoee8617 ปีที่แล้ว +1

    Awesome I'm starting to learn you have shown a lot of shortcuts to getting started really helpful

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Great, glad you found it useful 😊

  • @rezs8187
    @rezs8187 ปีที่แล้ว +1

    Thank you, such a clear and concise tutorial.

  • @brunofantini2335
    @brunofantini2335 3 ปีที่แล้ว +3

    merci!!

  • @AlexLupoz
    @AlexLupoz 2 ปีที่แล้ว +1

    Thank you, miss

  • @K0BRAKID
    @K0BRAKID ปีที่แล้ว

    Immediate follow!! great content!!

  • @coolsachin2737
    @coolsachin2737 2 ปีที่แล้ว +2

    Amazing Tutorial! Thanks a lot!

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว +1

      Thanks so much for this comment 😊

  • @mattpoast
    @mattpoast 3 ปีที่แล้ว +1

    Verrrrry helpful

  • @KaterinaUnity
    @KaterinaUnity ปีที่แล้ว

    Thank you for tutorial! Clear and simple. Works good, but all my animations are turned 90 degree. I dont understand why..

  • @lrizzard
    @lrizzard 6 หลายเดือนก่อน

    oh my god, I came here to learn about animations and ended up learning why the 3D models I downloded didnt have their materials 🤦‍♀lifesaving thank you

  • @vitalityraider650
    @vitalityraider650 2 ปีที่แล้ว +1

    THANK YOU! YOU ARE THE BEST

  • @CarsNCrew
    @CarsNCrew หลายเดือนก่อน

    You are super women, Many thanks❤

    • @KetraGames
      @KetraGames  หลายเดือนก่อน +1

      Thank you 😊😊

  • @lullers
    @lullers 7 หลายเดือนก่อน

    best tutorial so far :)

  • @MrBenske4
    @MrBenske4 ปีที่แล้ว

    Hi im just wondering where you got "movementDirection" from? i got all the way up to your if statements then ive been thrown. how do you create an if statement to check if character is moving?
    thanks

  • @M1dNight241
    @M1dNight241 ปีที่แล้ว

    what do i put as the avatar

  • @shsingh_55
    @shsingh_55 ปีที่แล้ว +1

    thanks so muchhhhhh

  • @UkeyMusicLEAKS
    @UkeyMusicLEAKS ปีที่แล้ว

    Dosent make any sense at all

  • @lyannjohnes9318
    @lyannjohnes9318 ปีที่แล้ว +1

    This is amazing, thank you for explaining everything so quick and understandable!

  • @andrewociones4521
    @andrewociones4521 3 ปีที่แล้ว +1

    Thank you very much for the tutorial...Love it so much💓

    • @KetraGames
      @KetraGames  3 ปีที่แล้ว

      Thanks. Glad you like it 😊

  • @chunni4050
    @chunni4050 2 ปีที่แล้ว

    Hi, I have a problem. When I download breath and running animation, they can't expand and drag to the character??

  • @sss47366
    @sss47366 10 หลายเดือนก่อน +1

    Thanks for help

    • @KetraGames
      @KetraGames  10 หลายเดือนก่อน

      👍😊

  • @BossAleks123
    @BossAleks123 ปีที่แล้ว

    Its so funny, because when i always see your video about something, i immediately get a relief, because i know its a nice and easy tutorial.

  • @vfxguy4948
    @vfxguy4948 2 ปีที่แล้ว +1

    This tut is aswome but character controller script is not right it moving through key but not mouse

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว +1

      Thanks. The character in this video isn't supposed to respond to mouse input. Some of our later videos show hoe to use the mouse to control the camera with the mouse - th-cam.com/video/jiyOZbKRfaY/w-d-xo.html

    • @vfxguy4948
      @vfxguy4948 2 ปีที่แล้ว

      Fine

  • @cg5469
    @cg5469 10 หลายเดือนก่อน

    I AM SO HAPPY! I found YOUR amazing resources, perfect explanation of details, and pauses to enable me to actually pause w/out it moving on and losing the placement. This pace you have is absolutely perfect for a Tutorial Video :)

  • @duyvo1258
    @duyvo1258 ปีที่แล้ว +1

    Amazing, I used to crack my head over the exit time and duration, but you explained it with just a few words and I understand instantly, really. Thank you!

    • @KetraGames
      @KetraGames  ปีที่แล้ว

      Great to hear this, thanks 😊

  • @ianfavreau9776
    @ianfavreau9776 9 หลายเดือนก่อน

    Thank you so much for this tutorial, it really helped simplify everything!

  • @ExtraSharpGames
    @ExtraSharpGames ปีที่แล้ว

    ok this is a good tut but im not going to follow the hole ass series just to make my walking animation i already have a player and a movement script but i got to the part when u said "In mY oTheR viDeO i aLl ReAdy MadE aN iF stAtmEnt" bruh. i got that far for nothing bc i tried ur if statment and it didnt work bc i didnt have your hole bible verse of a script

    • @KetraGames
      @KetraGames  ปีที่แล้ว +1

      Hi, I completely understand where you're coming from. It's a difficult balance though. If every tutorial started with a completely empty project it would take too long to get to the relevant content. Hopefully you can learn enough from this video to adapt it to the existing scripts you have 😊

    • @ExtraSharpGames
      @ExtraSharpGames ปีที่แล้ว

      @@KetraGames i actually did learn a bit from the tut, you did a super good job Thurley explaining it , i was just mad that i spent 35 minuts just to get stuck at the very end. its not your fault and i did end up making the walk animations so its all good.👍

  • @AlanBumac
    @AlanBumac 2 ปีที่แล้ว +1

    Best tutorial in the whole internet!

    • @KetraGames
      @KetraGames  2 ปีที่แล้ว +1

      Thank you!! 😊