You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Adrenak, I really like your car physics implementation, carefully elaborated and comprehensible - I even tried to modify some parts.
but recently I stumbled on the Jittering issue. On my project all other scripts work by FixedUpdate and Time.deltaTime everywhere. and alone Tork works with Update+Time.deltaTime.
I've searched all over Core-folder scripts but still can't find out how to change to (FixedUpdate and Time.deltaTime). if you have time, can you point out where to look? thank you very much.
The text was updated successfully, but these errors were encountered:
Hi @ssass22 , It's been a while since I worked on this repository but you would probably want to look into the Wheel script. That's where the friction and suspension happens.
Hi Adrenak, I really like your car physics implementation, carefully elaborated and comprehensible - I even tried to modify some parts.
but recently I stumbled on the Jittering issue. On my project all other scripts work by FixedUpdate and Time.deltaTime everywhere. and alone Tork works with Update+Time.deltaTime.
I've searched all over Core-folder scripts but still can't find out how to change to (FixedUpdate and Time.deltaTime). if you have time, can you point out where to look? thank you very much.
The text was updated successfully, but these errors were encountered: