- Home /
How do I make use of an Import and make use of a downloaded race track?
I'm designing a Car racing game, so I downloaded and imported a race track. But I do not know how to bring the race track into my project. I need help on how to make use of the race track. Please help.
Answer by Tanoshimi2000 · Apr 26, 2018 at 11:23 AM
From the editor, look for the track in your assets folder, and then drag it into the scene. If it's an asset someone else created, there will be a .prefab that contains all it's scripts, meshes, textures, etc. If it's just a model you want to use as a track, then you need to drag that mesh onto your project. Then you can drag it's name from the list back to assets if you want to save it as a prefab for future use.
Your answer
Follow this Question
Related Questions
RaceGame - Car Follow Mouse 1 Answer
How to build a lap system for racing game 4 Answers
Free Off-Road Tracks 0 Answers
How would I efficiently implement race positions? 1 Answer
Cannot make initial speed for the Player car using AIDriverToolkit 0 Answers