Search Unity

How can I make Drift Mechanism with wheel colliders ???

Discussion in 'Physics' started by emma2536, Nov 1, 2015.

  1. emma2536

    emma2536

    Joined:
    Oct 20, 2015
    Posts:
    1
    How can I make a drift-able car??
    I'm following unity's sample assets' carController script and made my own one. I wonder what should i do to make drift machanism???
     
  2. pauloaguiar

    pauloaguiar

    Joined:
    May 13, 2009
    Posts:
    700
    You mean make a drift-able car on breaking?
    In theory on break you need to set the wheelCollider in low "sideways Friction -> Stiffness = 0.5 for example". after release the break return to the default values.
    And of course another theory is using steering degrees depending the direction you steering with breaking pressing.
     
    K1kk0z90_Unity likes this.