Skip to content

Commit 37ee16a

Browse files
committed
Uni-25724-center-objects-edit-tooltip
1 parent 3517d1f commit 37ee16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.IO;
33
using UnityEditorInternal;
44
using UnityEngine;
@@ -40,7 +40,7 @@ public override void OnInspectorGUI() {
4040

4141
exportSettings.centerObjects = EditorGUILayout.Toggle (
4242
new GUIContent("Center Objects:",
43-
"Export objects centered around the union of the bounding box of selected objects"),
43+
"Center objects around a shared root and keep their relative placement unchanged."),
4444
exportSettings.centerObjects
4545
);
4646

0 commit comments

Comments
 (0)