[22/04/2021] Time Trial Mode
- Daniel Henshaw
- Apr 21, 2021
- 1 min read
Updated: May 19, 2021
I decided to implement a Time Trail mode as it was suggested in our QA feedback form.
"I believe that except from multiplayer, I would definitely add a time trial mode such as the mode shown in Mario Kart games."
To create the time trial mode I added a boolean called "isTimeTrial" to the SpawnManager script making it so that only the player car spawns. This then tracks the time. When the player completes their lap the timer resets.
Demo:
Trello:

Comments