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 ae13803 + 6135738 commit 9053caaCopy full SHA for 9053caa
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -185,7 +185,7 @@ public override void OnInspectorGUI() {
185
186
exportSettings.launchAfterInstallation = EditorGUILayout.Toggle(
187
new GUIContent("Launch 3D Application:",
188
- "Launch the selected application after unity integration is completed."),
+ "Launch the selected 3d application after Unity integration is completed."),
189
exportSettings.launchAfterInstallation
190
);
191
0 commit comments