You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matsjoyce edited this page Mar 26, 2018
·
4 revisions
In Unity:
File -> New Scene
Delete the "Main Camera"
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.
Click on the car, and under "Custom Car Control" click on the target symbol next to "Speed Text". Select "Speed".
You should be done! Check the console for warnings, and then work on your terrain!
Adding track markers
Add a track controller from the "Prefabs" folder
Add as many markers from the "Prefabs" folder as is needed, and add them as children of the track controller.