diff --git a/Assets/FbxExporters/Editor/FbxExportSettings.cs b/Assets/FbxExporters/Editor/FbxExportSettings.cs index ecb7c41e0..3048d1c75 100644 --- a/Assets/FbxExporters/Editor/FbxExportSettings.cs +++ b/Assets/FbxExporters/Editor/FbxExportSettings.cs @@ -330,10 +330,10 @@ public static string[] DCCVendorLocations { } // Note: default values are set in LoadDefaults(). - public bool mayaCompatibleNames; - public bool centerObjects; - public bool launchAfterInstallation; - public bool HideSendToUnityMenu; + public bool mayaCompatibleNames = true; + public bool centerObjects = true; + public bool launchAfterInstallation = true; + public bool HideSendToUnityMenu = true; public int ExportFormatSelection; public string IntegrationSavePath;