[14/03/2021] Adding Tyre Marks
- Daniel Henshaw
- Mar 13, 2021
- 1 min read
Updated: May 19, 2021
I created a tyre mark effect by checking if the car was slipping every Update. This was done by checking if the Wheel Collider had a sideways slip bigger than 0.9 and forward slip had a value bigger than 0.98. This causes a function to run which runs another script responsible for spawning a trail.
Demo:

Trello:

Comments