UE5 Lazy Tutorial - First Person Motion Matching Sample Project Conversion

Поділитися
Вставка
  • Опубліковано 18 лис 2024

КОМЕНТАРІ • 30

  • @IamSH1VA
    @IamSH1VA 4 місяці тому +1

    Thanks, this looks really nice... all those animations and shadows looking nice even on First Person

  • @play-good
    @play-good 5 місяців тому +3

    Niceee this makes me remember the advanced locomotion system ALS❤

    • @CGSky
      @CGSky  5 місяців тому +8

      It's made by the same person after he was hired by Epic Games as far as I know.

  • @nikolaaa7180
    @nikolaaa7180 5 місяців тому +3

    my turn in place animations dont work, when I rotate, I can see my character's body, why could that be?
    Edit: disabled root bone offset and modified rotation in abp and now just have to implement custom turn in place logic

    • @CGSky
      @CGSky  4 місяці тому +2

      For me that was fixed when switching to the Aim mode instead of the normal camera mode.

  • @XennialTV
    @XennialTV 25 днів тому

    When vaulting is it possible to change it so the camera follows the spin of the character and then when they're landed go back to being locked?

  • @HudsonIsaNerd
    @HudsonIsaNerd 5 місяців тому +1

    How can I make it always first person

  • @FPChris
    @FPChris 4 місяці тому

    VR next

  • @attentivenettle7643
    @attentivenettle7643 2 місяці тому

    How do i remove that mantling var (the one where he rotates) Or stopping it when in first person?

  • @poeticallusions44
    @poeticallusions44 5 місяців тому

    any ideas on how the socket be parented to the head on the other characters?

  • @TristinOnFoNem
    @TristinOnFoNem 4 місяці тому

    how do you chnage the bind to switch to fps to tps

  • @IK_GamerDev
    @IK_GamerDev 5 місяців тому +1

    Hello, this was a great tutorial. I have a question about a problem: when we turn the character too quickly, the rotation doesn't keep up. Is there a way to solve this problem?

  • @Mahizes1
    @Mahizes1 4 місяці тому

    Thank you for the tutorial. I have two questions: Firstly, what should we do if we still want to use the aiming feature? Secondly, how can we prevent the character from seeing inside themselves?

    • @CGSky
      @CGSky  4 місяці тому

      you can create a new camera mode instead for first person. This envolves a few more steps which is why I didn't show it here to keep the tutorial concise.
      But you can simply have another state in the enum.
      If you mean seeing inside themselves during the transition, I recommend either fading the screen to black while the camera would be inside, or cutting instantly to the first person view.

  • @TRINZOR_
    @TRINZOR_ 4 місяці тому

    thanks for the video, it's fire! Can you record a video on how to solve the problem that the camera passes through objects and the player's mesh? I tried increasing the capsule size but it didn't help. I would appreciate if you record a little video

    • @CGSky
      @CGSky  4 місяці тому

      thanks! I haven't really worked with the template since, so I don't have a fix for this problem unfortunately.

    • @dylanmewett9164
      @dylanmewett9164 4 місяці тому

      Its easy, increase capsule size to 40 and move the character back a bit so their back just exits the capsule :D

    • @specificlegend
      @specificlegend 2 місяці тому +1

      You can do like this: Project settings-> all settings and search near clip plane, set it to the 0 value and restart the engine editor like close and open him

  • @davidbiller3607
    @davidbiller3607 3 місяці тому

    how do i change what button controlles it?

    • @CGSky
      @CGSky  3 місяці тому +1

      You mean the camera switch? Just change the button in the input mapping context.

  • @umutfarukdilli
    @umutfarukdilli 5 місяців тому

    🎉🎉 thanks bro

  • @DeVaughnDawn
    @DeVaughnDawn 4 місяці тому

    Do you know if it’s possible to make the motion matching character drive a vehicle like the ones from the city sample project?

    • @CGSky
      @CGSky  4 місяці тому

      Sure if you have the animations required for that and build on the existing system, I'm sure it's possible.

  • @mohamedalmala
    @mohamedalmala 5 місяців тому

    1:02 The camera should move in a more professional way

    • @CGSky
      @CGSky  4 місяці тому

      That's a different tutorial, but there's a lot of ways you could do that.

    • @samuraischultz
      @samuraischultz 4 місяці тому +1

      What, you don't want to see the back of her eyeballs every time?😅😅

    • @KenlieroGames
      @KenlieroGames 29 днів тому +1

      From what I have seen in other tutorials and what I have used myself, is that you can attach camera to neck bone, instead of head bone, if you want more stabile camera.

  • @oby1
    @oby1 5 місяців тому

    First!