Go to file
nsubiron 310b31a0f4 Add options to game mode for overriding CARLA settings in editor 2017-05-18 17:01:35 +01:00
Content/PostProcessingMaterials Some fixing on the semantic segmentation 2017-04-21 14:49:21 +02:00
Resources Update RELEASE.README.md 2017-05-03 17:41:39 +01:00
Source Add options to game mode for overriding CARLA settings in editor 2017-05-18 17:01:35 +01:00
.gitattributes Empty UE4 plugin 2017-03-03 11:24:26 +00:00
.gitignore Fix issues when running on Linux 2017-03-10 15:13:29 +00:00
CHANGELOG.md Increase version 2017-05-08 20:04:44 +02:00
Carla.uplugin Increase version 2017-05-08 20:04:44 +02:00
Doxyfile Add Doxygen support 2017-03-03 17:46:51 +00:00
Makefile Do not delete intermediate files 2017-04-19 14:28:40 +02:00
README.md Update README 2017-05-04 11:33:27 +02:00

README.md

CARLA UE4 Plugin

Plugin for Unreal Engine 4.

See CHANGELOG.

Settings

See Resources/Example.CarlaSettings.ini.

Compiling a UE4 project with CARLA plugin

Clone or copy the files of this repository under the folder <project-root>/Plugins/Carla.

Build CarlaServer located at <project-root>/Plugins/Carla/Source/CarlaServer, follow the instructions here to build all the necessary dependencies too.

Now compile the Unreal project.

Linux

Opening the .uproject file with UE4Editor usually triggers a recompile. If not you can follow the next steps to do it manually.

Generate project files

$ <unreal-installation-path>/GenerateProjectFiles.sh -project="<full-path-to-the-project-root-folder>/<project-name>.uproject" -game -engine

Build project in the in-editor configuration

$ cd <project-root-folder>
$ make <project-name>Editor

Now you can launch the editor.

Windows

Usually double-clicking the .uproject file triggers a recompile.

To build from Visual Studio, right-click the project file and select "Generate Visual Studio Files". Open the generated solution (.sln) and compile. You can change the build configuration to development/debug both in-editor and standalone game.