質問編集履歴

1

2019/11/18 09:07

投稿

biginerofunity
biginerofunity

スコア8

test CHANGED
File without changes
test CHANGED
@@ -236,7 +236,7 @@
236
236
 
237
237
  {
238
238
 
239
- GameObject prefab5 = (GameObject)Instantiate(WeaponButton);//この文章にエラーがでる
239
+ GameObject prefab5 = (GameObject)Instantiate(AttackButton);//この文章にエラーがでる
240
240
 
241
241
  prefab5.name = "Attack";
242
242