Setup: Do not use UE5 hardcoded path
This commit is contained in:
parent
41421c656d
commit
3e715cf328
|
@ -76,7 +76,7 @@ if exist "%CARLA_UNREAL_ENGINE_PATH%" (
|
|||
popd
|
||||
)
|
||||
pushd ..
|
||||
pushd UnrealEngine5_carla
|
||||
pushd %CARLA_UNREAL_ENGINE_PATH%
|
||||
echo Setup CARLA Unreal Engine 5...
|
||||
call Setup.bat || exit /b
|
||||
echo GenerateProjectFiles CARLA Unreal Engine 5...
|
||||
|
|
Loading…
Reference in New Issue