回答編集履歴
1
脱字の修正
answer
CHANGED
@@ -3,5 +3,5 @@
|
|
3
3
|
|
4
4
|
以下のようにかけば保存されるかと思います。
|
5
5
|
```c#
|
6
|
-
File.WriteAllText(Application.persistentDataPath + "hoge.json", settingJson);
|
6
|
+
File.WriteAllText(Application.persistentDataPath + "/hoge.json", settingJson);
|
7
7
|
```
|