Skip to content

Commit d1eb9f9

Browse files
committed
export cameras by default from Maya
1 parent a18abe2 commit d1eb9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Integrations/Autodesk/maya/scripts/unityFbxExportSettings.mel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ FBXExportReferencedAssetsContent -v false;
1212
// Animation
1313
FBXExportAnimationOnly -v false;
1414

15-
FBXExportCameras -v false;
15+
FBXExportCameras -v true;
1616
FBXExportLights -v true;
1717

1818
FBXExportEmbeddedTextures -v false;

0 commit comments

Comments
 (0)