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.
1 parent 3517d1f commit 37ee16aCopy full SHA for 37ee16a
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -1,4 +1,4 @@
1
-using System;
+using System;
2
using System.IO;
3
using UnityEditorInternal;
4
using UnityEngine;
@@ -40,7 +40,7 @@ public override void OnInspectorGUI() {
40
41
exportSettings.centerObjects = EditorGUILayout.Toggle (
42
new GUIContent("Center Objects:",
43
- "Export objects centered around the union of the bounding box of selected objects"),
+ "Center objects around a shared root and keep their relative placement unchanged."),
44
exportSettings.centerObjects
45
);
46
0 commit comments