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.
1 parent 8c7fd7e commit 869b396Copy full SHA for 869b396
UnitySetup/UnitySetup.psm1
@@ -55,7 +55,7 @@ class UnitySetupInstance {
55
# First we'll attempt to search for the version using the ivy.xml definitions for legacy editor compatibility.
56
$ivy = Get-ChildItem -Path $path -Filter ivy.xml -Recurse -ErrorAction SilentlyContinue -Force | Select-Object -First 1
57
58
- if ( Test-Path $ivy.FullName ){
+ if ( Test-Path $ivy.FullName ) {
59
[xml]$xmlDoc = Get-Content $ivy.FullName
60
$version = $xmlDoc.'ivy-module'.info.unityVersion
61
}
0 commit comments