Make sure you have read the prerequisites.
- Download Epic Games Launcher from unreal.com. While the Unreal Engine is open source, cross platform and free to download, registration is still required. Run Epic Games Launcher, switch to Library tab on the left, click on the "Add Versions" which should show the option to download Unreal 4.16 as shown below.
Note: Older versions of Unreal is not supported. Some tips to upgrade your projects can be found here.
- You need Visual Studio 2015 Update 3 (make sure to install VC++). Other versions haven't been tested.
- Start VS2015 x64 Native Tools Command Prompt. Create a folder for repo and run
git clone https://github.com/Microsoft/AirSim.git
- Install cmake which is used to build the rpclib submodule.
- Run
build.cmd
from the command line. If everything goes ok, it will copy all the binaries that you need to Unreal/Plugins folder in your repo. This Plugins folder can then be simply copied to your Unreal environment.
- See Linux build.
Please go to Unreal Demo Setup for full setup steps to get AirSim working in the Landscape Mountains environment.
If you run into problems, check the FAQ and feel free to post issues on the AirSim github.