We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06e5f6e + e658502 commit f9ec532Copy full SHA for f9ec532
scripts/packaging/unitypackage.ps1
@@ -134,7 +134,7 @@ if (-not $UnityDirectory) {
134
135
$unityEditor = Get-ChildItem $UnityDirectory -Filter 'Unity.exe' -Recurse | Select-Object -First 1 -ExpandProperty FullName
136
if (-not $unityEditor) {
137
- throw "Unable to find the unity editor executable in $UnityDirectory"
+ throw "Unable to find the Unity editor executable in $UnityDirectory"
138
}
139
Write-Verbose $unityEditor;
140
0 commit comments