回答編集履歴

1

脱字の修正

2019/06/24 13:27

投稿

marurunn
marurunn

スコア702

test CHANGED
@@ -8,6 +8,6 @@
8
8
 
9
9
  ```c#
10
10
 
11
- File.WriteAllText(Application.persistentDataPath + "hoge.json", settingJson);
11
+ File.WriteAllText(Application.persistentDataPath + "/hoge.json", settingJson);
12
12
 
13
13
  ```