Skip to content

Commit 17135b8

Browse files
committed
export anim by default to fix rotation issues in Unity
1 parent a26085c commit 17135b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Integrations/Autodesk/max/scripts/unityFbxExportSettings.ms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FbxExporterSetParam "SmoothMeshExport" false
99
FbxExporterSetParam "Preserveinstances" true
1010

1111
-- Animation
12-
FbxExporterSetParam "Animation" false
12+
FbxExporterSetParam "Animation" true
1313

1414
FbxExporterSetParam "Cameras" true
1515
FbxExporterSetParam "Lights" true

0 commit comments

Comments
 (0)