We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca773f commit ad6fddeCopy full SHA for ad6fdde
Build/python/mtm/util/UnityHelper.py
@@ -47,9 +47,9 @@ def onUnityLog(self, logStr):
47
48
def _createUnityOpenCommand(self, args):
49
if os.name == 'nt':
50
- return '"C:/Program Files/Unity/Hub/Editor/2018.1.0f2/Editor/Unity.exe" ' + args
+ return '"C:/Program Files/Unity/Hub/Editor/2019.1.0f2/Editor/Unity.exe" ' + args
51
52
- return 'open -n "/Applications/UnityInstalls/2018.1.0f2/Unity.app" --args ' + args
+ return 'open -n "/Applications/UnityInstalls/2019.1.0f2/Unity.app" --args ' + args
53
54
def openUnity(self, projectPath, platform):
55
args = '-buildTarget {0} -projectPath "{1}"'.format(self._getBuildTargetArg(platform), projectPath)
0 commit comments