Unity3D Wheel Colliders

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

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

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

    This is pretty fantastic, great presentation, very clear audio, really altogether stellar. I would love to see a little bit of code presentation alongside what's happening in the game to help demonstrate what each part is doing as it's doing it but even with this style it's more than enough to work with and let me hit the ground running with my own vehicle stuff, thank you so much!

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

    One of the best tutorials I've ever seen for any topic.

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

    This is one of the most helpful Tutorials out there. Clean and thorough explaination. Thank you. Subbed.

  • @zickvinogra9689
    @zickvinogra9689 2 года назад +5

    Subbed. A very respectable presentation.

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

    What is "gravityTarget" supposed to be? My gravity seems to be very wonky.

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

    Great video and presentation, it was fun informative and accurate. Haha :D

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

    how did you set up your camera? my car shake back and forth like crazy using wheelcolliders, so does my camera. have been googling for days and still no solution was found. it's driving me crazy.

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

      Honestly for the best camera set up, I recommend using Cinemachine. The system is very smooth, free, and gives lots of options. I wouldn't re-invent the wheel except where needed. I typically avoid Cinemachine on RUclips projects because I keep them simple enough. There's a decent tutorial here (not my channel): ruclips.net/video/1iJ34xHkzyo/видео.html

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

    I'm trying to figure out how to get wheel colliders to do standing burnouts and donuts(like in GTA V, NFS Games, etc)

  • @Luis-bh9zp
    @Luis-bh9zp 2 года назад +1

    Very Nice Video! Thanks!

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

    Do you think you could possibly translate this using the New Input system?

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

    great video!👍

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

    can you give us the script

    • @bitgalaxis1147
      @bitgalaxis1147  3 года назад +3

      You can download the project at Github at this link -> github.com/bitgalaxis/WheelColliders

  • @nanyubusnis9397
    @nanyubusnis9397 2 года назад +3

    Not even 2 minutes in, completely skips explaining "Wheel damping rate"
    Will it "dampen" collisions with small protrusions on the road?
    3:27 Then there goes the entire reason to watch this video. This video is does not "explains how Unity3D wheel colliders work" it's a showcase.

    • @bitgalaxis1147
      @bitgalaxis1147  2 года назад +2

      I simply assessed those items were not worth allocating much time for a beginner's tutorial that was already over 24 minutes. I did not cover every detail, just, "basic details," as described.