Skip to content

Commit 4f6bcd9

Browse files
authored
Merge pull request #189 from Unity-Technologies/UNI-29305-max-export-anim
UNI-29305 export anim by default to fix rotation issues in Unity
2 parents a26085c + 17135b8 commit 4f6bcd9

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)