Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Change Launcher json format for prettyPrint
Browse files Browse the repository at this point in the history
  • Loading branch information
forno committed Dec 11, 2019
1 parent 977f7b3 commit 342f595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/LauncherManagerScript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ void Update () {
public void saveJSON()
{
//設定ファイルを書き込み
var json = JsonUtility.ToJson(config);
var json = JsonUtility.ToJson(config, true);
File.WriteAllText(jsonPath, json, new UTF8Encoding(false));
}

Expand Down

0 comments on commit 342f595

Please sign in to comment.