Before completing these steps, make sure you have properly set up AirSim for Unity
- Open the Containing folder of your custom unity project
- Copy and paste the following items from Unity demo into the main project folder of your custom environment:
Assets
ProjectSettings
- Open your custom environment in Unity
- Drag your desired scene into the Scene Hierarchy panel
- Drag CarDemo into the Scene Hierarchy panel
- Copy the following items from CarDemo into your custom scene:
Main Camera
Directional Light
AirSimHUD
Car
- After removing
CarDemo
from the Hierarchy panel, save your modified scene asCarDemo
. - Repeat Steps 6 and 7 with
DroneDemo
. This time, save your custom scene asDroneDemo
.
Your custom environment is now ready to interface with AirSim!