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 9053caa + 6973cb2 commit 986b981Copy full SHA for 986b981
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -184,8 +184,8 @@ public override void OnInspectorGUI() {
184
}
185
186
exportSettings.launchAfterInstallation = EditorGUILayout.Toggle(
187
- new GUIContent("Launch 3D Application:",
188
- "Launch the selected 3d application after Unity integration is completed."),
+ new GUIContent("Keep 3D Application opened:",
+ "Keep the selected 3D application open after Unity integration install has completed."),
189
exportSettings.launchAfterInstallation
190
);
191
0 commit comments