You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Assets/Integrations/Autodesk/maya/scripts/unitySetupUI.mel
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ global string $unityImportIconPath = "import.png";
7
7
global string $unityExportIconPath = "export.png";
8
8
global string $unityIconPath = "unity.png";
9
9
10
-
global string $unityFamilyLabel = "The UnityFbxForMaya plugin (v.sprint41) allows you to reliably exchange and review your work between Maya and Unity.";
10
+
global string $unityFamilyLabel = "The UnityFbxForMaya plugin (v.{Version}) allows you to reliably exchange and review your work between Maya and Unity.";
11
11
global string $unityImportLabel = "Import an FBX file from a Unity project and auto-configure for exporting";
12
12
global string $unityExportLabel = "Export Model to Unity";
0 commit comments