Creating Jump with the Powerful Bolt Super Unit!

Поділитися
Вставка
  • Опубліковано 9 лют 2025

КОМЕНТАРІ • 52

  • @BrianLindahl
    @BrianLindahl 3 роки тому

    Great video!

  • @rineluo888
    @rineluo888 Рік тому +1

    Theres one problem with this that I am encountering. If my player touches the side or bottom of the ground, that still counts as a collision, so my character can 'climb' or 'hang' from blocks. How do i make it so that the collision only counts if my player touches the top of the ground?

    • @RomiFauzi
      @RomiFauzi  Рік тому +1

      You can compare the Y position of the player and the ground, and only set the isGrounded value to true if the player y is greater than the ground y (meaning player is above the ground).

    • @HyperGameDev
      @HyperGameDev Рік тому

      ​@@RomiFauzi How do I fetch the current ground's Y? That is, if the Player moves to another ground platform, how does my script know which "Ground" tag to compare with?
      Or is there a certain node that makes figuring this out easy?

    • @RomiFauzi
      @RomiFauzi  Рік тому +1

      @@HyperGameDev hi there, upon colliding with another object, the OnCollisionEvent should receive the information of the other object the player collides with, that is if the object is on the tag assigned in the event (ie: Ground), then we can compare the y pos of the player with that object.

  • @CyclesSomething
    @CyclesSomething 3 роки тому

    Can you do a ground check without using a boolean

    • @RomiFauzi
      @RomiFauzi  3 роки тому

      boolean is for storing the ground check status, you can use other data types, but the best way is to use boolean.

  • @saudalkadi7225
    @saudalkadi7225 3 роки тому +2

    Um how do I make it double jump instead of one single jump (also great tutorial you helped me a lot)

  • @healthyfoodnews7
    @healthyfoodnews7 4 роки тому +1

    More bolt tutorials. thankyou

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      That's the plan In Sya ALLAH.

  • @Enginering
    @Enginering 4 роки тому +1

    More bolt tutorial

  • @robexfo3282
    @robexfo3282 3 роки тому +1

    Hey, great tutorial, keep it up! For some reason, everything works, exept I can't see the flow anymore if I press play. Any suggestions?

    • @RomiFauzi
      @RomiFauzi  3 роки тому

      hey thanks a lot, I'm not sure, but have you tried to resets the unity UI, and see if this works?

    • @robexfo3282
      @robexfo3282 3 роки тому

      @@RomiFauzi I was just stupid, didn't realize that I need to select the game object with the flow machine. Thank you though!

  • @littnuke
    @littnuke 2 роки тому

    Could you please make a guide on wall climbing(directly on walls like Knuckles does) and gliding(i tried making a script for it myself,but it didnt work out) in bolt

  • @rabbitrabbit7420
    @rabbitrabbit7420 4 роки тому

    Hello, i cannot create a key for nested input. I get a triagnle with text "a value input definition with incomplete configuration is currently ignored" ?

    • @rabbitrabbit7420
      @rabbitrabbit7420 4 роки тому

      Never Mind. I restarted unity and it works now!

  • @Debu_THX
    @Debu_THX 3 роки тому

    BRUH!!!!!!!!!!! You are a freakin life saver

  • @ziikxd3373
    @ziikxd3373 4 роки тому

    thank you so much, used this and converted it to a fps camera.

  • @littnuke
    @littnuke 2 роки тому

    despite being on the ground(which has the Ground tag) it says that it is not on ground,any idea why?
    Edit:turns out that you need to put Ground in the text box next to Tag

  • @mikelantzelo
    @mikelantzelo 4 роки тому

    Good!!! More tutorials plz

    • @RomiFauzi
      @RomiFauzi  4 роки тому +1

      Thanks!! that's the plan In Sya ALLAH.

  • @aimedforyou997
    @aimedforyou997 4 роки тому

    I used your method and for some reason the input get button down box is yellow and my player won't jump at all now

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      Have you typed the correctly button name? (Ie: Jump with correct capitalization, this needs to be exactly thr same as the listed in the Input Manager)

  • @LMKGaming-39
    @LMKGaming-39 3 роки тому

    I was wondering why I can't make my Character Jump after following the Full Video Tutorial until I realize I was making a 3D Game so I need to use the other one 😂, My Mistake. Nice Tutorial by the way

  • @NotABotiPromise
    @NotABotiPromise 3 роки тому

    This is great! But how can I animate my character?

    • @RomiFauzi
      @RomiFauzi  3 роки тому +1

      Thanks mate! here is an episode for animation character, ua-cam.com/video/GAH-Qoll80U/v-deo.html

  • @nakul3561
    @nakul3561 4 роки тому

    Hey, nice tutorial. Can u make a touch button control character animation in Bolt. I am googling but can't find one.

    • @RomiFauzi
      @RomiFauzi  4 роки тому +2

      Thanks a lot buddy, I'm planning to the character animation next In Sya ALLAH, and I'll add the touch button to my list.

    • @nakul3561
      @nakul3561 4 роки тому

      @@RomiFauzi thanks buddy's, can u tell me where to learn about bolt function like where to use what type of functions. Manuals are not good to me..

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      @@nakul3561 I actually not sure where to learn that. I'm able to figure most of the units in BOLT is because I'm very comfortable with Unity C#, and BOLT is basically Unity C# in forms of Flow graph.

    • @nakul3561
      @nakul3561 4 роки тому +1

      @@RomiFauzi ohoo, good my coding is not so good. I appreciate if u make some tutorial . Thanks 4 reply.

  • @sksnike2343
    @sksnike2343 4 роки тому

    If u run out of ideas can u tell us how to make spin thing and win reward pleasz

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      What is the spin thing?

    • @sksnike2343
      @sksnike2343 4 роки тому

      @@RomiFauzi ua-cam.com/video/_idZv2n7dhM/v-deo.html

  • @sksnike2343
    @sksnike2343 4 роки тому

    And u have the unity 2019 update or the 2020 o e ?

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      I'm still using 2019.3.13

    • @sksnike2343
      @sksnike2343 4 роки тому

      @@RomiFauzi k i hope u make the video

    • @sksnike2343
      @sksnike2343 4 роки тому

      @@RomiFauzi or please make boss next please please save the spin thing for later

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      I'll see what I can do about it. But I really hoped with all the tutorials I've uploaded, viewers can understand the concept of Playmaker, and start creating their own FSM.

    • @sksnike2343
      @sksnike2343 4 роки тому

      @@RomiFauzi yeah u still need to teach some things so u make it very clear

  • @sksnike2343
    @sksnike2343 4 роки тому

    Playmaker

  • @sksnike2343
    @sksnike2343 4 роки тому

    Please Make in unity playmaker how to make camera follow player please make video on it not in comments

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      I think I already did that on the beginning of the latest playmaker platformer series.

    • @sksnike2343
      @sksnike2343 4 роки тому

      @@RomiFauzi send me video please

    • @RomiFauzi
      @RomiFauzi  4 роки тому

      Its on the channel, you can look on the playlist page.

  • @exyrux
    @exyrux 4 роки тому

    It’s too bigbrainful

  • @theunknown3690
    @theunknown3690 3 роки тому

    WTF