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 af65907 commit c2c1006Copy full SHA for c2c1006
Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityOneClick/commands.py
@@ -316,7 +316,7 @@ def doIt(self, args):
316
317
elif maya.cmds.about(windows=True):
318
melCommand = r'system("start \"{0}\" \"{1}\" \"{2}\" \"-projectPath {3} -executeMethod {4}\"");'\
319
- .format(unityProjectPath + "/Assets/Integrations/BringToFront.exe",
+ .format(unityProjectPath + "/Assets/FbxExporters/Integrations/BringToFront.exe",
320
os.path.basename(unityProjectPath), unityAppPath,
321
unityProjectPath, unityCommand)
322
0 commit comments