Skip to content

Commit

Permalink
make reference to settings file a bit more clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed May 3, 2017
1 parent a92a6a4 commit 19c7182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/unreal_demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ See [px4.md](px4.md) or [sitl.md](sitl.md) for PX4 instructions.
Press `F5` to `run`. This will run the Visual Studio debugger, and it you should see the `Unreal Editor` loading. The unreal game is not running yet.
This is a handy mode that lets you edit the game content in the Unreal Editor and debug the game using Visual Studio debugger.

Make sure your ~/Documents/AirSim/settings.json looks like this
When you click Play AirSim will create a settings file in ~/Documents/AirSim/settings.json. Make sure it looks like this:
````
{
"LocalHostIp": "127.0.0.1",
Expand Down

0 comments on commit 19c7182

Please sign in to comment.