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 f460b01 commit 99572e4Copy full SHA for 99572e4
Assets/com.unity.formats.fbx/Editor/Integrations/Autodesk/maya/scripts/unityCommands.mel
@@ -635,7 +635,6 @@ proc unityExport(int $exportType){
635
636
// if selection doesn't belong to a set, export to a new file
637
if(size($setsToExport) <= 0){
638
- //eval "GamePipelineSendToUnity 1";
639
$unityProject = `optionVar -q "UnityProject"`;
640
$exportPath = `fileDialog2 -ds 2 -cap "FBX Export Selection" -dir $unityProject -ff "*.fbx" -fm 0`;
641
if(size($exportPath)<=0){
0 commit comments