Skip to content

Commit

Permalink
Merge pull request microsoft#4 from pierriko/patch-1
Browse files Browse the repository at this point in the history
Rename readm.md to readme.md
  • Loading branch information
lovettchris authored Feb 16, 2017
2 parents 1554aa1 + a69d0e8 commit 2243a06
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 17 deletions.
17 changes: 0 additions & 17 deletions Unreal/Plugins/AirSim/readm.md

This file was deleted.

21 changes: 21 additions & 0 deletions Unreal/Plugins/AirSim/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**Creating new environments**

- Create black C++ Unreal project without starter content
- Add environment to project
- Project Settings > Maps - set the map
- Copy Plugins folder
- Add following in to uproject:

```
"Plugins": [
{
"Name": "AirSim",
"Enabled": true
}
]
```

- Regerate the project files
- Restart UE editor
- Enable "Custom Depth-Stencil Pass" setting (in Project Settings > Rendering > Postprocessing)
- Set game mode to SimGameMode

0 comments on commit 2243a06

Please sign in to comment.