Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f459f80

Browse files
Merge pull request #404 from github-for-unity/fixes/use-x64-unity-dlls
Update build to look for Unity DLLs in x64 locations
2 parents 651a146 + 59b5a23 commit f459f80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/properties.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<UnityDir Condition="$(UnityDir) == '' and Exists('$(SolutionDir)\script\lib\UnityEditor.dll')">$(SolutionDir)\script\lib\</UnityDir>
99
<UnityDir Condition="$(UnityDir) == '' and Exists('$(SolutionDir)\lib\UnityEditor.dll')">$(SolutionDir)\lib\</UnityDir>
10+
<UnityDir Condition="$(UnityDir) == '' and Exists('C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.dll')">C:\Program Files\Unity\Editor\Data\Managed\</UnityDir>
1011
<UnityDir Condition="$(UnityDir) == '' and Exists('C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEditor.dll')">C:\Program Files (x86)\Unity\Editor\Data\Managed\</UnityDir>
1112
<UnityDir Condition="$(UnityDir) == '' and Exists('\Applications\Unity\Unity.app\Contents\Managed\UnityEditor.dll')">\Applications\Unity\Unity.app\Contents\Managed\</UnityDir>
1213
<BuildConfig Condition=" '$(BuildConfig)' == '' ">Debug</BuildConfig>

0 commit comments

Comments
 (0)