Search Unity

Reset wheelCollider values settings via script on running

Discussion in 'Physics' started by pauloaguiar, Dec 7, 2018.

  1. pauloaguiar

    pauloaguiar

    Joined:
    May 13, 2009
    Posts:
    700
    Is it possible to reset the wheelCollider settings to their original settings by script?
    Or I have to do it manually?
     
  2. Edy

    Edy

    Joined:
    Jun 3, 2010
    Posts:
    2,510
    As far as I know, you have to set the values manually. Or you may remove the component, then add a new one.
     
    pauloaguiar likes this.
  3. pauloaguiar

    pauloaguiar

    Joined:
    May 13, 2009
    Posts:
    700
    Well, it will have to be. Thank you.
     
  4. SparrowGS

    SparrowGS

    Joined:
    Apr 6, 2017
    Posts:
    2,536
    You could save the default values into a static(so you'll only have 1 no matter how many scripts) variable on Start() and set it to it via script whenever.
     
    pauloaguiar likes this.