質問編集履歴
3
書式を改善した
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
```using System.Collections;
|
2
2
|
|
3
3
|
using System.Collections.Generic;
|
4
4
|
|
@@ -92,7 +92,7 @@
|
|
92
92
|
|
93
93
|
|
94
94
|
|
95
|
-
}
|
95
|
+
}```
|
96
96
|
|
97
97
|
と、
|
98
98
|
|
@@ -104,7 +104,7 @@
|
|
104
104
|
|
105
105
|
|
106
106
|
|
107
|
-
|
107
|
+
```using System.Collections;
|
108
108
|
|
109
109
|
using System.Collections.Generic;
|
110
110
|
|
@@ -148,7 +148,7 @@
|
|
148
148
|
|
149
149
|
}
|
150
150
|
|
151
|
-
}
|
151
|
+
}```
|
152
152
|
|
153
153
|
関係しているスクリプト二つを貼り付けました
|
154
154
|
|
2
わかりやすく詳細に描いた
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
using System.Collections;
|
1
|
+
「using System.Collections;
|
2
2
|
|
3
3
|
using System.Collections.Generic;
|
4
4
|
|
@@ -92,7 +92,9 @@
|
|
92
92
|
|
93
93
|
|
94
94
|
|
95
|
-
}
|
95
|
+
}」
|
96
|
+
|
97
|
+
と、
|
96
98
|
|
97
99
|
|
98
100
|
|
@@ -102,7 +104,7 @@
|
|
102
104
|
|
103
105
|
|
104
106
|
|
105
|
-
using System.Collections;
|
107
|
+
「using System.Collections;
|
106
108
|
|
107
109
|
using System.Collections.Generic;
|
108
110
|
|
@@ -146,6 +148,16 @@
|
|
146
148
|
|
147
149
|
}
|
148
150
|
|
149
|
-
}
|
151
|
+
}」
|
152
|
+
|
153
|
+
関係しているスクリプト二つを貼り付けました
|
154
|
+
|
155
|
+
乱数で計算した答えと同じ数を入力するとコンポーネントをつけなおすというようになっています
|
150
156
|
|
151
157
|
なぜかエラーが出てきました、どうすればよいでしょうか?エラーが出ているところは text = GameObject.Find("Message").GetComponent<Text>();の一列です
|
158
|
+
|
159
|
+
エラー文はこれです
|
160
|
+
|
161
|
+
NullReferenceException: Object reference not set to an instance of an object
|
162
|
+
|
163
|
+
GameControlloer.Start () (at Assets/input/GameControlloer.cs:20)
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -148,4 +148,4 @@
|
|
148
148
|
|
149
149
|
}
|
150
150
|
|
151
|
-
なぜかエラーが出て
|
151
|
+
なぜかエラーが出てきました、どうすればよいでしょうか?エラーが出ているところは text = GameObject.Find("Message").GetComponent<Text>();の一列です
|