Skip to content

Commit

Permalink
update windows pwsh build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 27, 2024
1 parent aba9029 commit e26df45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mod_unrealasset.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function Test-UnrealAssetVersion {
New-Item -ItemType Directory -Path "$AdvancedVehicleDir" -Force | Out-Null
# Download SUV asset.
Install-UnrealAsset -UnrealAssetUrl "$UnrealAssetUrl" -AdvancedVehicleDir "$AdvancedVehicleDir"
Write-Output 'Success: Unreal asset version test passed.'
# If high-polycount SUV is unable to download, notify users that gokart will be used.
if ( -not (Test-Path -LiteralPath "${AdvancedVehicleDir}\SUV") ) {
Write-Output 'Download of high-polycount SUV failed. AutonomySim will use the default vehicle.'
Expand Down

0 comments on commit e26df45

Please sign in to comment.