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 946501e commit 6c59e2fCopy full SHA for 6c59e2f
ExportResoniteToJson/ExportResoniteToJson.cs
@@ -89,7 +89,6 @@ public override void OnEngineInit()
89
modelFormats.Add("LZ4BSON");
90
}
91
92
-
93
if ( (Config.GetValue(EXPORT_JSON)) || (Config.GetValue(EXPORT_BSON)) || (Config.GetValue(EXPORT_7ZBSON)) || !(Config.GetValue(EXPORT_LZ4BSON)) )
94
{
95
formatsField.SetValue(null, modelFormats.ToArray());
0 commit comments