質問編集履歴
1
エラー箇所を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
int i = 0, j;
|
44
44
|
TextAsset csv = Resources.Load (filePass) as TextAsset;
|
45
45
|
Debug.Log (filePass);
|
46
|
-
StringReader reader = new StringReader (csv.text);
|
46
|
+
StringReader reader = new StringReader (csv.text);//←ココ
|
47
47
|
while (reader.Peek () > -1) {
|
48
48
|
|
49
49
|
string line = reader.ReadLine ();
|