Unity3D Jump Pads and Speed Boosts Tutorial

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

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

  • @ynabi4363
    @ynabi4363 4 ปีที่แล้ว +8

    You just earned a subscriber good sir.

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

    This is great!!! Exactly what I was looking for, thank you!

  • @OMGamingNL
    @OMGamingNL 4 ปีที่แล้ว +8

    This was VERY helpful! It really helped my parkour game. +1 Sub.

  • @TechMainDownloads
    @TechMainDownloads 4 ปีที่แล้ว +5

    Thanks a bunch for the quick and easy guide. Though if I may ask, How would I go about slowing down the player back to normal speed after the boost gradually instead of just snapping back to normal speed?

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

      Maybe add a block that slows the player down after the speed boost area is over

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

      maybe using drag on the player movement

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

      i just realised im 2 years late but oh well

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

    Speed boost is not working for me, not sure why...

  • @stvngbylove
    @stvngbylove 4 ปีที่แล้ว

    "Assets\PlayerMovement.cs(47,39): error CS0246: The type or namespace name 'onControllerColliderHit' could not be found (are you missing a using directive or an assembly reference?)" I'm getting that error.. any help?

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

      OnControllerColliderHit not onControllerColliderHit

    • @stvngbylove
      @stvngbylove 4 ปีที่แล้ว

      @@BenBonk Thanks but now im also getting this "Assets\PlayerMovement.cs(49,14): error CS0116: A namespace cannot directly contain members such as fields or methods"

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

    what was the song in the background in the begening of the video?

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

    Hi sir, can you improve this jump pad to "jackport system" like the game named Spiral Roll published by Voodoo?

  • @Inuitman
    @Inuitman 4 ปีที่แล้ว +7

    Can we get a copy paste? :)

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

    on your Celeste style camera video why are comments turned off?
    I get this error The name 'other' does not exist in the current context
    And on the script component i dont have the spot to drag on the game object.

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

      SageNode thanks for letting me know comments were turned off, I’m not sure why there are as I never meant to to turn them off. For the “other” issue you need to make your OnTriggerEnter2D(Collider2D collision) to OnTriggerEnter2D(Collider2D other). Make sure to set the parameter from collision to other. If you don’t have the option to drag a game object into the slot make sure you make that game object variable public and not private.

    • @SageNode
      @SageNode 4 ปีที่แล้ว

      BenBonk hey thanks for the reply,
      Turns out I had the letter c in front of the word other hahaha, man it’s sometimes the smallest of things that break everything lol, thanks for the video btw, it’s working great for me, I love the camera transitions.

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

      Haha that happens to me all the time. Thanks for watching and good luck on your game.

    • @SageNode
      @SageNode 4 ปีที่แล้ว

      BenBonk if you ever feel up for it, I noticed there are pretty much No tutorials on 2D platformer wall climbing. 😉

    • @BenBonk
      @BenBonk  4 ปีที่แล้ว

      I could probably figure out how to make a mechanic like that but I found a guy named Bardent make some really good 2D platformer tutorials that I used which he makes wall jumping tutorials and things like that if you wanna check him out. th-cam.com/video/5ANjGwcr1hs/w-d-xo.html

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

    can you add the link for the jump pad script

  • @jack_09-m7n
    @jack_09-m7n 4 ปีที่แล้ว

    How do you make a jump pad without a rigid body but with a character controller, please help!

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

    Hi for some reason the oncontrollercollider part of the code says Severity Code Description Project File Line Suppression State
    Error CS0116 A namespace cannot directly contain members such as fields, methods or statements Assembly-CSharp C:\Users\quinc\My project (3)\Assets\StarterAssets\ThirdPersonController\Scripts\ThirdPersonController.cs 393 Active

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

    Could anyone please tell me how to do you show player speed on unity

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

    Can someone pls upload the script to mediafirr or something so i can downlod it?

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

    Man, I thanks you so much. I try to find information how to do it using character controller but i couldnt find it. So thanks so much.

  • @gigel623
    @gigel623 4 ปีที่แล้ว

    Whats the white lines texture named and how can i get it?

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

    How does this change for 2d ?

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

    how did you display your speed

  • @theFishy_
    @theFishy_ 4 ปีที่แล้ว

    Can you give us the Quake movement speed?

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

    Thanks, that was very helpful tutorial!

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

    its a very nice tutorial thanks. the code works perfect

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

    Hey will this code be used if you want to boost a sphere?

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

    lol im working on a parkour game right now and just found this video, unfortunately I would like to do it with a script on the pad not character controller, so it wont help

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

      You can apply the same sort of edited script to a jump pad script if you'd like.

    • @olafpl99999
      @olafpl99999 4 ปีที่แล้ว

      @@BenBonk thanks, im gonna try that but first i have to make my character walk up small bumps so that he can actually walk on the pad

    • @Semaj0z
      @Semaj0z 4 ปีที่แล้ว

      @@olafpl99999 if u use character controller u can have that on default, And u could use on collision enter for rigidbody

  • @hawksjay1747
    @hawksjay1747 4 ปีที่แล้ว

    great video, it really helped thank you

  • @zeniithz
    @zeniithz 4 ปีที่แล้ว

    Thanks Bro!! Very Helpful

  • @aero7982
    @aero7982 4 ปีที่แล้ว

    Plz can u give its link plzzz

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

    hi can you copy the script here pleaseeeeeeeeeee

  • @ravshan_2001
    @ravshan_2001 4 ปีที่แล้ว

    Game is really good.
    Where we can find it?

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

    yea you earned another subrscriber good sir

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

    liave the script on discription

  • @badeacristian3169
    @badeacristian3169 4 ปีที่แล้ว

    You didnt show how the no friction pad works,can u tell me how?

    • @ethix1794
      @ethix1794 4 ปีที่แล้ว

      u can try using a physics material

  • @harsht4345
    @harsht4345 4 ปีที่แล้ว

    cool bro :D

  • @gowild395
    @gowild395 4 ปีที่แล้ว

    is the any one in this universe who uses character controller

    • @August_Forster
      @August_Forster 4 ปีที่แล้ว

      i uhh.. literally everyone does because it has so many advantages

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

      @@August_Forster well it is kinda hard to input a grappling gun on a character controller

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

    As per usual another "tutorial" that doesnt cover anything other than the code. The amount of errors I have is silly. I get "Assets\Mini First Person Controller\Scripts\FirstPersonMovement.cs(49,24): error CS1061: 'ControllerColliderHit' does not contain a definition for 'SpeedBoost' and no accessible extension method 'SpeedBoost' accepting a first argument of type 'ControllerColliderHit' could be found (are you missing a using directive or an assembly reference?)" refuses to work followed to code correctly. Wish people did in depth tutorials to make it easier to understand how to fix the problems themselves instead of waiting 4 years for a reply.

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

      Zamn

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

      @@BenBonk Didnt mean to come across badly, would just like better explanation of what things do, works better for new users like myself.

  • @kavinduathukorala9633
    @kavinduathukorala9633 4 ปีที่แล้ว

    thanks a bunch +1 like and +1 sub