forked from microsoft/AirSim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
# Setting up Unreal environment for AirSim | ||
|
||
There are two ways to get Unreal Environment up and running: | ||
To get up and running fast, use our [Blocks environment](unreal_blocks.md). This is not very highly detailed but its easy to set up. | ||
|
||
First is to just use pre-configured environment called Blocks available in your cloned repo in folder `Unreal/Environments/Blocks`. | ||
To keep the repo size small, the Blocks environment is very lightweight and doesn't contain assets that looks like real world. | ||
It's still good for development and testing and setting it up is very easy. To get Blocks environment up and running [follow these steps](unreal_blocks.md). | ||
|
||
Another way is to setup Unreal environment from Marketplace that looks like real world and shows off the strength of Unreal Engine's rendering capabilities. This is little bit smore | ||
involved but worthwhile. Here are [step-by-step instructions](unreal_custenv.md) on how to do this. | ||
To setup Unreal environment from Marketplace that looks like real world follow this [step-by-step instructions](unreal_custenv.md). This is little bit more | ||
involved but worthwhile! |