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 b9eb134 + 0cac51d commit 292c74fCopy full SHA for 292c74f
Assets/Integrations/Autodesk/maya2017/scripts/configureUnityOneClick.mel
@@ -8,6 +8,9 @@ global proc configureUnityOneClick(
8
optionVar -stringValue "UnityTempSavePath" $unityTempSavePath;
9
optionVar -stringValue "UnityFbxExportSettings" $unityFbxExportSettings;
10
optionVar -intValue "UnityOneClick_Headless" $headless;
11
+
12
+ // set project as the current workspace
13
+ workspace -o $unityProject;
14
15
// configure auto load of plugin
16
if (`pluginInfo -q -loaded unityOneClickPlugin` == false)
0 commit comments