File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Assets/FbxExporters/Editor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public class ExportModelSettingsEditor : UnityEditor.Editor
10
10
private const float FieldOffset = 18 ;
11
11
12
12
private string [ ] exportFormatOptions = new string [ ] { "ASCII" , "Binary" } ;
13
- private string [ ] includeOptions = new string [ ] { "FBX (s) Only" , "Animation Only" , "FBX (s) + Animation" } ;
13
+ private string [ ] includeOptions = new string [ ] { "Model (s) Only" , "Animation Only" , "Model (s) + Animation" } ;
14
14
private string [ ] lodOptions = new string [ ] { "All Levels" , "Highest" , "Lowest" } ;
15
15
16
16
public const string singleHierarchyOption = "Local Pivot" ;
@@ -154,4 +154,4 @@ public class ExportModelSettingsSerialize : ExportOptionsSettingsSerializeBase
154
154
public override bool ExportUnrendered { get { return exportUnrendered ; } }
155
155
public void SetExportUnredererd ( bool exportUnrendered ) { this . exportUnrendered = exportUnrendered ; }
156
156
}
157
- }
157
+ }
You can’t perform that action at this time.
0 commit comments