Skip to content

Commit 90301fc

Browse files
authored
Merge pull request #233 from Unity-Technologies/Uni-31918_hide_native_menu_defaults_to_false
Uni 31918 hide native menu defaults to false
2 parents 12dae70 + fa7d569 commit 90301fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ public static string[] DCCVendorLocations {
330330
}
331331

332332
// Note: default values are set in LoadDefaults().
333-
public bool mayaCompatibleNames;
334-
public bool centerObjects;
335-
public bool launchAfterInstallation;
336-
public bool HideSendToUnityMenu;
333+
public bool mayaCompatibleNames = true;
334+
public bool centerObjects = true;
335+
public bool launchAfterInstallation = true;
336+
public bool HideSendToUnityMenu = true;
337337
public int ExportFormatSelection;
338338

339339
public string IntegrationSavePath;

0 commit comments

Comments
 (0)