質問編集履歴

1

追記

2020/12/12 04:57

投稿

dora123
dora123

スコア2

test CHANGED
File without changes
test CHANGED
@@ -21,6 +21,16 @@
21
21
  colorに参照しhpバーの色を変えたいのですが、他キャラの3つは同じような表記で上手く行っているのに対し、一つだけうまくいきません
22
22
 
23
23
 
24
+
25
+ enemy = target.GetComponent<Image>();
26
+
27
+ の行でエラーが起きていると思われます
28
+
29
+
30
+
31
+ NullReferenceException: Object reference not set to an instance of an object
32
+
33
+ Enemyselect.Start () (at Assets/Enemyselect.cs:746)
24
34
 
25
35
 
26
36