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 c8085d4 + 0bda12a commit 3517d1fCopy full SHA for 3517d1f
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -98,7 +98,10 @@ public override void OnInspectorGUI() {
98
GUILayout.EndHorizontal ();
99
100
EditorGUILayout.Space ();
101
- if (GUILayout.Button ("Install Maya Integration")) {
+ var installIntegrationContent = new GUIContent(
102
+ "Install Maya Integration",
103
+ "Install and configure the Unity integration for Maya so that you can import and export directly to this project.");
104
+ if (GUILayout.Button (installIntegrationContent)) {
105
FbxExporters.Editor.IntegrationsUI.InstallMayaIntegration ();
106
}
107
0 commit comments