Skip to content

Commit 5730702

Browse files
authored
Merge pull request #152 from Unity-Technologies/Uni-25724-center-objects-edit-tooltip
Uni-25724-center-objects-edit-tooltip
2 parents 3517d1f + 37ee16a commit 5730702

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)