We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603465c commit 44c6828Copy full SHA for 44c6828
Assets/Scripts/model/export/ExportUtils.cs
@@ -87,7 +87,7 @@ public static SaveData SerializeModel(
87
Path.Combine(PeltzerMain.Instance.modelsPath, GLTF_BIN_FILENAME),
88
model.meshRepresentationCache);
89
}
90
- if (false) // (saveFbx) Disable for now
+ if (saveFbx)
91
{
92
saveData.fbxFile = FbxExporter.FbxFileFromMeshes(meshes, Path.Combine(PeltzerMain.Instance.modelsPath,
93
FBX_FILENAME));
0 commit comments