AI Racer Creation
Last updated
Last updated
To make a working AI, follow the next steps:
At the current moment, you are advised to make the vehicle the AI will be using with high-grip tires. Otherwise, it can have problems following the track and avoiding obstacles
Add the "AIBrain" component
Prefab with AI Brain and other components is located at "CustomVehicleController/Demo/Prefabs", you can use it instead.
Drag and drop the references to the scripts that were added and the "CustomVehicleController" component. Change the "AI Type" to "Racer".
Proceed to the setup tutorial:
AI Racer Setup