Skip to content

Commit 605273d

Browse files
authored
Merge pull request #350 from Unity-Technologies/UNI-41972-animated-skinned-mesh-default-off
UNI-41972 turn off animated skinned mesh by default
2 parents 12635e5 + f431206 commit 605273d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/ExportModelSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public abstract class ExportOptionsSettingsSerializeBase : IExportOptions
123123
{
124124
public ExportSettings.ExportFormat exportFormat = ExportSettings.ExportFormat.ASCII;
125125
public string rootMotionTransfer = "";
126-
public bool animatedSkinnedMesh = true;
126+
public bool animatedSkinnedMesh = false;
127127
public bool mayaCompatibleNaming = true;
128128

129129
[System.NonSerialized]

0 commit comments

Comments
 (0)