Skip to content

Creating a New Track

matsjoyce edited this page Mar 26, 2018 · 4 revisions

In Unity:

  1. File -> New Scene
  2. Delete the "Main Camera"
  3. Open the Projects tab in the bottom, open the "Prefabs" folder and drag the Car, GameManager and UI (make sure you drag the blue cubes, not the scripts!) to your scene.
  4. Click on the car, and under "Custom Car Control" click on the target symbol next to "Speed Text". Select "Speed".
  5. You should be done! Check the console for warnings, and then work on your terrain!

Adding track markers

  1. Add a track controller from the "Prefabs" folder
  2. Add as many markers from the "Prefabs" folder as is needed, and add them as children of the track controller.

Notes

The Car, GameManager and UI are stored as prefabs. Learn more at https://docs.unity3d.com/Manual/Prefabs.html

Clone this wiki locally