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 235922e commit af7ea91Copy full SHA for af7ea91
Assets/Integrations/Autodesk/maya/scripts/unityOneClick/commands.py
@@ -276,13 +276,13 @@ def doIt(self, args):
276
self.displayError("Missing Unity instruction file path, please re-install integration.")
277
return
278
279
- if not self.loadUnityFbxExportSettings():
280
- return
281
-
282
# make sure the GamePipeline and fbxmaya plugins are loaded
283
if not self.loadDependencies():
284
285
+ if not self.loadUnityFbxExportSettings():
+ return
+
286
# select the export set for export, if it exists,
287
# otherwise take what is currently selected
288
origSelection = maya.cmds.ls(sl=True)
0 commit comments