Included instructions to get assets with Update.bat for latest verion

This commit is contained in:
corkyw10 2021-02-03 16:33:58 +01:00 committed by bernat
parent 3287e382a4
commit fe3cb6863a
1 changed files with 9 additions and 1 deletions

View File

@ -129,7 +129,15 @@ The button above will take you to the official repository of the project. Either
### Get assets ### Get assets
Download the __latest__ assets to work with the current version of CARLA: Download the __latest__ assets to work with the current version of CARLA by running the following command in the CARLA root folder:
```shell
Update.bat
```
The assets will be downloaded and extracted to the appropriate location.
To download the assets for a __specific version__ of CARLA:
1. From the root CARLA directory, navigate to `\Util\ContentVersions.txt`. This document contains the links to the assets for all CARLA releases. 1. From the root CARLA directory, navigate to `\Util\ContentVersions.txt`. This document contains the links to the assets for all CARLA releases.
2. Extract the assets in `Unreal\CarlaUE4\Content\Carla`. If the path doesn't exist, create it. 2. Extract the assets in `Unreal\CarlaUE4\Content\Carla`. If the path doesn't exist, create it.