質問編集履歴

1

詳細内容の修正

2022/03/31 12:40

投稿

zappi
zappi

スコア1

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,12 @@
1
1
  エラーコードはこれです。IndexOutOfRangeException: Index was outside the bounds of the array.
2
2
  セリフ用2.Update () (at Assets/セリフ用2.cs:34)
3
3
  構文は
4
+ using System;
5
+ using System.Collections;
6
+ using System.Collections.Generic;
7
+ using UnityEngine;
8
+ using UnityEngine.UI;
9
+
4
10
  public class セリフ用2 : MonoBehaviour
5
11
  {
6
12
  public string[] texts;//Unity上で入力するstringの配列
@@ -83,4 +89,5 @@
83
89
  action?.Invoke();
84
90
  }
85
91
  }
86
- です
92
+ です
93
+ いろいろ間違っていてもご了承ください