File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1810,7 +1810,7 @@ function Start-UnityEditor {
1810
1810
if ( $BuildTarget ) { $sharedArgs += " -buildTarget" , $BuildTarget }
1811
1811
if ( $BatchMode ) { $sharedArgs += " -batchmode" }
1812
1812
if ( $Quit ) { $sharedArgs += " -quit" }
1813
- if ( $ExportPackage ) { $sharedArgs += " -exportPackage" , " `" $ExportPackage `" " }
1813
+ if ( $ExportPackage ) { $sharedArgs += " -exportPackage" , ( $ExportPackage | ForEach-Object { " `" $_ `" " }) }
1814
1814
if ( $ImportPackage ) { $sharedArgs += " -importPackage" , " `" $ImportPackage `" " }
1815
1815
if ( $Credential ) { $sharedArgs += ' -username' , $Credential.UserName }
1816
1816
if ( $EditorTestsCategory ) { $sharedArgs += ' -editorTestsCategories' , ($EditorTestsCategory -join ' ,' ) }
You can’t perform that action at this time.
0 commit comments