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 {
18101810 if ( $BuildTarget ) { $sharedArgs += " -buildTarget" , $BuildTarget }
18111811 if ( $BatchMode ) { $sharedArgs += " -batchmode" }
18121812 if ( $Quit ) { $sharedArgs += " -quit" }
1813- if ( $ExportPackage ) { $sharedArgs += " -exportPackage" , " `" $ExportPackage `" " }
1813+ if ( $ExportPackage ) { $sharedArgs += " -exportPackage" , ( $ExportPackage | ForEach-Object { " `" $_ `" " }) }
18141814 if ( $ImportPackage ) { $sharedArgs += " -importPackage" , " `" $ImportPackage `" " }
18151815 if ( $Credential ) { $sharedArgs += ' -username' , $Credential.UserName }
18161816 if ( $EditorTestsCategory ) { $sharedArgs += ' -editorTestsCategories' , ($EditorTestsCategory -join ' ,' ) }
You can’t perform that action at this time.
0 commit comments