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.
2 parents 12dae70 + fa7d569 commit 90301fcCopy full SHA for 90301fc
Assets/FbxExporters/Editor/FbxExportSettings.cs
@@ -330,10 +330,10 @@ public static string[] DCCVendorLocations {
330
}
331
332
// Note: default values are set in LoadDefaults().
333
- public bool mayaCompatibleNames;
334
- public bool centerObjects;
335
- public bool launchAfterInstallation;
336
- public bool HideSendToUnityMenu;
+ public bool mayaCompatibleNames = true;
+ public bool centerObjects = true;
+ public bool launchAfterInstallation = true;
+ public bool HideSendToUnityMenu = true;
337
public int ExportFormatSelection;
338
339
public string IntegrationSavePath;
0 commit comments