teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

質問、デバッグの追記

2021/12/16 07:51

投稿

nanakaka
nanakaka

スコア1

title CHANGED
File without changes
body CHANGED
@@ -1,11 +1,14 @@
1
1
  ### 前提・実現したいこと
2
2
  ゲーム中にテキストを表示したいので、https://gametukurikata.com/program/rpgmessage
3
3
  のサイトの方を参考に(コピペ)したのですが、実行すると下記のエラーが大量に出てきてしまいます。
4
+ そして、このプログラムではどこでテキストを表示しているのですか?
5
+ あわせて回答してくれるとありがたいです。
4
6
 
5
7
  ### 発生している問題・エラーメッセージ
6
8
 
7
9
  ```
8
10
  IndexOutOfRangeException: Index was outside the bounds of the array.
11
+ Message.Update () (at Assets/Message.cs:74)
9
12
  ```
10
13
 
11
14
  ### 該当のソースコード