I have the car from the tutorial, and I'm trying to get it to enter a gui scene when a certain object is touched, then go back to where it was after the correct answer is selected. Help?
Hello Unknown,
You can use OnTriggerEnter or OnCollisionEnter for check your car touched to object's collider or collision.
Regards
Grcan