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 @@ -1824,7 +1824,7 @@ function Start-UnityEditor {
18241824 if ( $BuildTarget ) { $sharedArgs += " -buildTarget" , $BuildTarget }
18251825 if ( $BatchMode ) { $sharedArgs += " -batchmode" }
18261826 if ( $Quit ) { $sharedArgs += " -quit" }
1827- if ( $ExportPackage ) { $sharedArgs += " -exportPackage" , " `" $ExportPackage `" " }
1827+ if ( $ExportPackage ) { $sharedArgs += " -exportPackage" , ( $ExportPackage | ForEach-Object { " `" $_ `" " }) }
18281828 if ( $ImportPackage ) { $sharedArgs += " -importPackage" , " `" $ImportPackage `" " }
18291829 if ( $Credential ) { $sharedArgs += ' -username' , $Credential.UserName }
18301830 if ( $EditorTestsCategory ) { $sharedArgs += ' -editorTestsCategories' , ($EditorTestsCategory -join ' ,' ) }
You can’t perform that action at this time.
0 commit comments