Skip to content

Commit 44c6828

Browse files
committed
Revert "Try disabling fbx save entirely"
This reverts commit 603465c.
1 parent 603465c commit 44c6828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/model/export/ExportUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static SaveData SerializeModel(
8787
Path.Combine(PeltzerMain.Instance.modelsPath, GLTF_BIN_FILENAME),
8888
model.meshRepresentationCache);
8989
}
90-
if (false) // (saveFbx) Disable for now
90+
if (saveFbx)
9191
{
9292
saveData.fbxFile = FbxExporter.FbxFileFromMeshes(meshes, Path.Combine(PeltzerMain.Instance.modelsPath,
9393
FBX_FILENAME));

0 commit comments

Comments
 (0)