質問編集履歴
2
エラーメッセージをすべて表示していませんでした
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
|
11
|
+
|
12
12
|
|
13
13
|
|
14
14
|
|
1
エラー内容をすべて記述していませんでした。
test
CHANGED
File without changes
|
test
CHANGED
@@ -22,6 +22,16 @@
|
|
22
22
|
|
23
23
|
Parameter name: index
|
24
24
|
|
25
|
+
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
|
26
|
+
|
27
|
+
System.ThrowHelper.ThrowArgumentOutOfRangeException () (at <f2e6809acb14476a81f399aeb800f8f2>:0)
|
28
|
+
|
29
|
+
System.Collections.Generic.List`1[T].get_Item (System.Int32 index) (at <f2e6809acb14476a81f399aeb800f8f2>:0)
|
30
|
+
|
31
|
+
DirectionController+<GetDirection>c__Iterator0.MoveNext () (at Assets/DirectionController.cs:62)
|
32
|
+
|
33
|
+
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at C:/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
|
34
|
+
|
25
35
|
```
|
26
36
|
|
27
37
|
|