Third Person Attack with Unity & Playmaker

Поделиться
HTML-код
  • Опубликовано: 18 дек 2024

Комментарии •

  • @StriderWolf
    @StriderWolf 3 года назад

    I hope you continue making playmaker tutorials like this. you're really helpful.

  • @MrEljue
    @MrEljue 2 года назад

    Thanks a lot, just started my project with Playmaker, and this was really really helpful

  • @alexrosi2225
    @alexrosi2225 4 года назад +2

    you can continue with these tutorials they help me a lot

  • @robertban871
    @robertban871 8 месяцев назад

    thanks for the tutorial, my player moves, jumps and attacks much nicer than what i got by following another tutorial series. the only issue i have is that the particle trails dont do anything, but the best do is make it look like glowing steam is coming off the sword

    • @RomiFauzi
      @RomiFauzi  8 месяцев назад

      You're most welcome! regarding the particle trails, have you set the "simulation space" to world in the main or trails section?

    • @robertban871
      @robertban871 8 месяцев назад

      @@RomiFauzi i set it both in the main section and on the trails section too. it is doing some kind of effect, but it does not look like any trails

    • @robertban871
      @robertban871 8 месяцев назад

      @@RomiFauzi ok, changing the main particle Simulation Space back to Local seems to fix it for me, i now have trails on my sword :D thank you once again

    • @RomiFauzi
      @RomiFauzi  8 месяцев назад +1

      @@robertban871 Awesome glad you've got that sorted out, yeah my memory is a bit janky regarding the details of the particle settings XD

  • @heridevelops7041
    @heridevelops7041 4 года назад +1

    Mantahaaap. Di channel ini Playmaker dan Bolt akur :).
    It would be so lovely if Bang Romi can show how to develop this with Bolt. Every tutorial with both tools. Jempol empat!

    • @RomiFauzi
      @RomiFauzi  4 года назад

      In Sya ALLAH ya gan, lagi ada proyek soalnya, jd lg agak woles nih cenelnya😅

    • @heridevelops7041
      @heridevelops7041 4 года назад

      @@RomiFauzi Mantap, sebagai Akamsi, I'm proud that you're part of the team behind the critically acclaimed NIKE hybrid-tech campaign. Wish your milkishgames and Unit 9 huge success.

    • @RomiFauzi
      @RomiFauzi  4 года назад

      Alhamdulillah, Terima kasih banyak gan 🙏🙏

  • @a.technology1446
    @a.technology1446 4 года назад +1

    My favorite teacher, thanks a lot ❤️

    • @RomiFauzi
      @RomiFauzi  4 года назад

      wow, you welcome buddy!

  • @Teabone3
    @Teabone3 2 года назад +1

    Is there a way to attach a weapon model to a 3rd person character with PlayMaker or Unity itself?

    • @RomiFauzi
      @RomiFauzi  2 года назад

      Yes, you can just parent any weapon game object onto the hand bones of the character.

  • @adrianmoreno2354
    @adrianmoreno2354 4 года назад +1

    I would totally buy a Udemy course of 3rd person action game! Please consider doing one !

    • @RomiFauzi
      @RomiFauzi  4 года назад +1

      I really want to, but creating Udemy course is quite complicated, and currently I'm quite busy with another project. Hopefully someday!

    • @a.technology1446
      @a.technology1446 4 года назад +1

      As I said before 🤣🤣, perhaps one day 👍

    • @adrianmoreno2354
      @adrianmoreno2354 4 года назад

      @@RomiFauzi I'll be waiting eagerly for that day! By the way I am wondering why most your courses are done with C# and not just Playmaker, I guess many things are way easier to code than with FSMS right?

    • @RomiFauzi
      @RomiFauzi  4 года назад +1

      I would not say easier, it depends on the user, but I've been programming a lot more in my work and projects, and yes a lot of things are more easier and faster with C#. I've covered a lot Playmaker tutorials in my channel, because I started using Unity with playmaker, before I touched C#. And a lot of my subscriber are playmaker users, although time to time, I also did C# and bolt tutorials.

    • @adrianmoreno2354
      @adrianmoreno2354 4 года назад

      @@RomiFauzi Awesome man, Playmaker should make you an official sponsor if you are not already :D

  • @brandonjacksoon
    @brandonjacksoon 3 года назад +1

    Thanks! Really useful!

    • @RomiFauzi
      @RomiFauzi  3 года назад

      Glad it was helpful!

  • @遠東專用
    @遠東專用 3 года назад

    Thanks for your tutorials!

  • @mysterious_monolith_
    @mysterious_monolith_ Год назад

    This is so cool!

  • @LMAO_GG
    @LMAO_GG 3 года назад

    Hey my capsule collider is not working

  • @LMAO_GG
    @LMAO_GG 3 года назад

    can i get cartoon heroes asset link pls

  • @rumulo123
    @rumulo123 3 года назад

    YOU ARE AMEZING ! PLEASE CONTINUE WITH TUTORIAL

  • @Brou15O
    @Brou15O 4 года назад

    say, how would you go about creating an ingame menu, that you can control with the keyboard and not just the mouse? the way i did it was state based and looks like it gets pretty complicated, the more options you have to select.

    • @RomiFauzi
      @RomiFauzi  4 года назад +1

      Unity provide a way to do this using navigation, it can be set automatically or manually to the neighbouring UI element, please check this: docs.unity3d.com/2020.1/Documentation/Manual/script-SelectableNavigation.html

  • @braydenb1581
    @braydenb1581 4 года назад

    Has anyone found any good tutorials for Hookshot or air dash using PlayMaker?

  • @kuruko_games
    @kuruko_games 2 года назад

    How do I make it so that when the character jumps, he kicks or punches in the air?

    • @RomiFauzi
      @RomiFauzi  2 года назад +1

      You can create a bool, that tracks the jump state in animator, and when attack is triggered, check for this bool, if its false, play normal sword attack animation, and if its true, then play the kicks or punches animation.

    • @kuruko_games
      @kuruko_games 2 года назад

      @@RomiFauzi thanks, it works!

    • @RomiFauzi
      @RomiFauzi  2 года назад

      @@kuruko_games Awesome, glad to know that!

  • @victoraghogho6435
    @victoraghogho6435 3 года назад

    Hey man
    How do I add more combo
    Is 3 the maximum? Please

    • @RomiFauzi
      @RomiFauzi  3 года назад

      You can another attack animation, set up the trigger accordingly (following the previous attack animation convention), and then add new state for the next combo move, and setup the transition accordingly, similarly to how the previous combo is wired.

    • @victoraghogho6435
      @victoraghogho6435 3 года назад

      @@RomiFauzi Let me get this straight
      I should continue it from just where I stopped?
      Meaning I get to put the get button down back??
      Cos I'm kinda confused
      Sorry for disturbing too
      And thank you also

    • @RomiFauzi
      @RomiFauzi  3 года назад +1

      @@victoraghogho6435 Yes, I think it is quite clear how the animation and the fsm are setup for the attack combo in this video, you can continue add those two (new animation, and another fsm state to trigger it) by simply how it was done for the previous combo.

  • @victoraghogho6435
    @victoraghogho6435 3 года назад

    Can this work for punch and not sword please?

    • @RomiFauzi
      @RomiFauzi  3 года назад

      Yeah, it should work also, just use punch animation, and put the trail game object on the wrist/hand bone as the child, and enable disable it according to the animation timing, this should do the trick.

  • @planet60Co.
    @planet60Co. 2 года назад

    How do you holster the sword?

    • @RomiFauzi
      @RomiFauzi  2 года назад +1

      You will need to prepare sword holster animation, and change the sword parent upon playing the animation, perhaps using animation event to trigger the parent changing mechanism. You can google "Unity Animation Event", it is a way to trigger script, or FSM state transition via animation.

  • @duh160
    @duh160 4 года назад

    will there be part 5...if it is when?...really waiting eagerly

    • @RomiFauzi
      @RomiFauzi  4 года назад

      Yes there will be In Sya ALLAH, but I can't give you an estimate, hopefully soon!

    • @duh160
      @duh160 4 года назад

      @@RomiFauzi in-sha-Allah brother...may Allah provide you more knowledge about game development...and you teach us...

    • @duh160
      @duh160 4 года назад

      but brother please try for an enemy ai tutorial and health system... I am stuck in many projects because of not having enemy ai..

    • @RomiFauzi
      @RomiFauzi  4 года назад

      I do have health system on my 2d platformer 2d series.

    • @RomiFauzi
      @RomiFauzi  4 года назад

      Here is the link: ruclips.net/video/ZAK6KSqlrwQ/видео.html

  • @frank0730
    @frank0730 4 года назад

    Great Video!! thanks a lot!! Could add more video please... and can you write more video to teach playmaker? :)

    • @RomiFauzi
      @RomiFauzi  4 года назад +1

      You're most welcome! feel free to check my channel, I have uploaded quite a few of Playmaker tutorials

  • @hehexd4787
    @hehexd4787 2 года назад

    can this work with new input system

    • @RomiFauzi
      @RomiFauzi  2 года назад

      Yes, but you will need to change all the input action to use the new input system playmaker actions

  • @RomiFauzi
    @RomiFauzi  4 года назад

    Check the description for the Attack FSM Template link, you can also check how the FSM works by looking at the template!

    • @calvo06
      @calvo06 4 года назад

      Part 5 Please

  • @dragonslayer9671
    @dragonslayer9671 Год назад

    Dose anyone know of a game on rps maker mv where a guy gets kicked in a hole by his sister and ends up in a world with only woman

  • @boldfrog82
    @boldfrog82 4 года назад

    Like