From 937eb73bfa9401790db53bad07cbbe2fb181b304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Santos-Oliv=C3=A1n?= Date: Tue, 24 Nov 2020 15:02:22 +0100 Subject: [PATCH] Change to Windows launch In this way, we make sure that the correct version of UE4 is used for carla. --- Util/BuildTools/BuildCarlaUE4.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Util/BuildTools/BuildCarlaUE4.bat b/Util/BuildTools/BuildCarlaUE4.bat index 2005b3b63..d4ce479da 100644 --- a/Util/BuildTools/BuildCarlaUE4.bat +++ b/Util/BuildTools/BuildCarlaUE4.bat @@ -124,7 +124,8 @@ rem Launch Carla Editor rem if %LAUNCH_UE4_EDITOR% == true ( echo %FILE_N% Launching Unreal Editor... - call "%UE4_PROJECT_FOLDER%CarlaUE4.uproject" + call "%UE4_ROOT%\Engine\Binaries\Win64\UE4Editor.exe"^ + "%UE4_PROJECT_FOLDER%CarlaUE4.uproject" if %errorlevel% neq 0 goto error_build )