質問編集履歴

1

script修正

2018/09/17 05:09

投稿

s_mkft
s_mkft

スコア12

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- StreamWriter mi = new StreamWriter(Application.dataPath+"Resources/csv/miss.csv",false,Encoding.GetEncoding("Shift_JIS"))
5
+ StreamWriter mi = new StreamWriter(Application.dataPath+"/Resources/csv/miss.csv",false,Encoding.GetEncoding("Shift_JIS"))
6
6
 
7
7
 
8
8