Skip to content

Commit

Permalink
update test build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 24, 2024
1 parent cb85034 commit 59a4600
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/cmd/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -171,16 +171,19 @@ if not exist Unreal\Plugins\AutonomySim\Content\VehicleAdv (
)

if not exist Unreal\Plugins\AutonomySim\Content\VehicleAdv\SUV\v1.2.0 (
if not defined fullPolyCar or %fullPolyCar%=="" (

if not defined fullPolyCar (
echo "Skipping download of high-poly car asset. Default Unreal Engine vehicle will be used."
) else if %fullPolyCar% == y or %fullPolyCar% == yes (

REM //leave some blank lines because %powershell% shows download banner at top of console
echo.
echo "-----------------------------------------------------------------------------------------"
echo " Downloading ~37MB of high-poly car assets..."
echo " To perform the installation without these assets, run `build.cmd --no-full-poly-car`"
echo "-----------------------------------------------------------------------------------------"
echo.

if exist tmp\suv_download rmdir tmp\suv_download /q /s
mkdir tmp\suv_download
REM @echo on
Expand Down

0 comments on commit 59a4600

Please sign in to comment.