Skip to content

Commit

Permalink
Merge pull request #233 from Unity-Technologies/Uni-31918_hide_native…
Browse files Browse the repository at this point in the history
…_menu_defaults_to_false

Uni 31918 hide native menu defaults to false
  • Loading branch information
AustinJubrey authored Nov 27, 2017
2 parents 12dae70 + fa7d569 commit 90301fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Assets/FbxExporters/Editor/FbxExportSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 90301fc

Please sign in to comment.