- Home /
Race Start Triggers
Hello, I need some help on event triggers. I have a game that is open world. Its a racing game and the world is set up and playable. My next step that I cant find help online for is the event triggers.
I want to setup an area where I can drive to and then be able to start a race. So like drive up to a game object that would have a script attached to it, that would start the race.
Any advice for Event Triggers?
Answer by Graham-Dunnett · Apr 24, 2015 at 11:14 AM
Add a trigger volume to the world where the race is supposed to start, and attach a script to it that called when the trigger is collided with.
Your answer
Follow this Question
Related Questions
Javascript Basic Lap Timer with GUI 1 Answer
Check my race code please 3 Answers
BCE0044: expecting ), found ';'. 1 Answer
triggers and going through objects 2 Answers
OnCollisionEnter When isTrigger = false 3 Answers