How to Create a Third-Person Shooter Game in Unreal Engine 🎮 #2

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

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

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

    Hello
    Good tutorial, you could change the Unreal character for another one, for example one from mixamo, greetings.

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

      Thank you! And yes i already have the few videos will cover how to pick from different characters like mixamo or metahumans!

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

    10:24 u will cast to BP_ThirdPerson every update that's bad for performance use initialize animation it run only once and then u can use to get player and create variable and in update check if valid
    create BS(Blend Space) 1D for crouch too and add idle and walk u don't need more states machine

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

      You’re 100% correct and this is something I do now thanks