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 12635e5 + f431206 commit 605273dCopy full SHA for 605273d
Assets/FbxExporters/Editor/ExportModelSettings.cs
@@ -123,7 +123,7 @@ public abstract class ExportOptionsSettingsSerializeBase : IExportOptions
123
{
124
public ExportSettings.ExportFormat exportFormat = ExportSettings.ExportFormat.ASCII;
125
public string rootMotionTransfer = "";
126
- public bool animatedSkinnedMesh = true;
+ public bool animatedSkinnedMesh = false;
127
public bool mayaCompatibleNaming = true;
128
129
[System.NonSerialized]
0 commit comments