Це відео не доступне.
Перепрошуємо.

Arcade Car Controller Part 2 | Movement tutorial Unity | AshDev

Поділитися
Вставка
  • Опубліковано 19 сер 2024
  • Learn how to create an arcade-style car controller in Unity! This tutorial covers movement logic, offers valuable insights for game developers. Subscribe for for useful tutorials in future.
    #carcontroller #gamedevelopment #tutorial #unity3d
    -------------------------------------------------------------------------
    Join Discord : / discord
    Email : ashdevbiz@gmail.com
    Arcade car controller asset: assetstore.uni...
    -------------------------------------------------------------------------
    Check out my assets : -
    1.Ash Vehicle physics
    assetstore.uni...
    2.Ash vehicle AI
    assetstore.uni...
    3.Sim-cade Vehicle Physics
    assetstore.uni...
    5.Arcade vehicle AI
    assetstore.uni...
    6.Ash Monster Truck Physics
    assetstore.uni...
    7.Arcade Bike Physics
    assetstore.uni...
    #unity3d​​ #gamedevelopment​​ #indiegamedev ​​#racing​​ #madewithunity​​ #asset #unity #gamedev #vehiclephysics #vehicle #physics #drift #carcontroller

КОМЕНТАРІ • 22

  • @ashdev
    @ashdev  4 місяці тому +2

    one mistake happened while recording the tutorial, the turn logic isn't correct so, replace it with this:
    rb.AddRelativeTorque (steerStrength * steerInput * turning curve.Evaluate(Mathf.Abs(carVelocityRatio)) * Mathf.Sign(carVelocityRatio) * rb.transform.up, ForceMode.Acceleration);
    Use the Absolute Value of Car Velocity Ratio with the Turning Curve

  • @roneythehedgehog
    @roneythehedgehog 5 місяців тому +3

    Aproved again, hope to have a grip and drift tutorial and a slip one too, very nice work ash, continue❤

  • @jubinjajoria2870
    @jubinjajoria2870 5 місяців тому +1

    AshDev... Nice Tutorial...

  • @renderforce3d741
    @renderforce3d741 4 місяці тому

    Thanks for the tutorial, I just finished this part and put mobile controls on it.
    Keep it Up 🙌

    • @renderforce3d741
      @renderforce3d741 4 місяці тому

      hey I just noticed that max speed is not working, the machine can exceed max speed, I also tried to check on the original code on discord

    • @renderforce3d741
      @renderforce3d741 4 місяці тому

      now I fixed it

  • @nameno7032
    @nameno7032 5 місяців тому

    insta like, no doubt

  • @plainshades
    @plainshades 5 місяців тому

    Thank you.

  • @user-bg5hs7dc9d
    @user-bg5hs7dc9d 5 місяців тому

    Nice ❤

  • @captainfecc2526
    @captainfecc2526 Місяць тому

    For me it doesn't move, seems like not listening to GetAxis. I dom't know why

    • @ashdev
      @ashdev  Місяць тому

      Check if the axis name is spelled correctly, if it is then share your script in our discord server, someone will help you out

  • @ryanh.1346
    @ryanh.1346 4 місяці тому

    Hey this absolute the best tutorial but idk why, my car is constantly moving, when I am slow down the cars moves really really slow forward or backward but it don’t break

    • @ashdev
      @ashdev  4 місяці тому

      Join our discord server, and share what's happening

    • @ngangamhaolai4058
      @ngangamhaolai4058 3 місяці тому

      did u find a fix?....mine's moving too

    • @KK-oi8xn
      @KK-oi8xn 3 місяці тому

      @@ngangamhaolai4058 mine too

  • @karanbirsingh7433
    @karanbirsingh7433 5 місяців тому

    🎉

  • @pompix7810
    @pompix7810 5 місяців тому

    Tyyyyyyy

  • @Ollive24
    @Ollive24 5 місяців тому

    OMG

  • @parabhdeepsingh2789
    @parabhdeepsingh2789 5 місяців тому

    😮🎉

  • @ngangamhaolai4058
    @ngangamhaolai4058 Місяць тому

    I commented the deceleration function and it worked fine but when without commenting it....the vehicle wont move at all. So what is the use of deceleration function if the code works fine even without it?

    • @ashdev
      @ashdev  Місяць тому

      Deceleration is for how fast your car will stop, its being applied automatically and in the last part of the series (Bonus part) we made some changes in the deceleration function so, watch the full series first, and if your car isn't moving then be sure that your acceleration value you set is higher than the deceleration value.

  • @localshowershitter5730
    @localshowershitter5730 5 місяців тому

    Hell Yeah