Skip to content

Commit cd0cd45

Browse files
committed
only add version to "Unity" menu label
1 parent aa1e441 commit cd0cd45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Assets/Integrations/Autodesk/maya/scripts/unitySetupUI.mel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ global proc unityInstallUI(){
6161

6262
global string $gMainFileMenu;
6363

64-
// update family label
64+
// update family label with version
6565
$unityFamilyLabel = unitySetLabelVersion($unityFamilyLabel);
66-
$unityImportLabel = unitySetLabelVersion($unityImportLabel);
67-
$unityExportLabel = unitySetLabelVersion($unityExportLabel);
6866

6967
buildFileMenu;
7068
$parentMenu = $gMainFileMenu;

0 commit comments

Comments
 (0)