Skip to content

Commit

Permalink
Serialize default v3 fields by default (broken on quest)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caeden117 committed Oct 28, 2023
1 parent 772cfa8 commit c793b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/__Scripts/Settings/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class Settings
public bool AutoSave = true;
public int AutoSaveInterval = 5;
public bool FormatJson = false;
public bool SaveWithoutDefaultValues = true;
public bool SaveWithoutDefaultValues = false;
public bool OpenFileExplorerAfterCreatingZip = true;
public bool InstantEscapeMenuTransitions = false;
public bool InstantLoadingTransitions = false;
Expand Down

0 comments on commit c793b35

Please sign in to comment.