質問編集履歴
1
エラー情報の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,15 @@
|
|
12
12
|
|
13
13
|
2Dのターン制ゲームを作ろうと思っておりScriptableObjectを使用してEnemyを作成しました。
|
14
14
|
|
15
|
-
EnemyにステータスをつけTextに反映させる事が出来たので攻撃を実装しようとしたのですがPlayerが攻撃した際に
|
15
|
+
EnemyにステータスをつけTextに反映させる事が出来たので攻撃を実装しようとしたのですがPlayerが攻撃した際に
|
16
|
+
|
17
|
+
NullReferenceException: Object reference not set to an instance of an object
|
18
|
+
|
19
|
+
PlayerManager.Attack (EnemyStatus enemy) (at Assets/PlayerManager.cs:14)
|
20
|
+
|
21
|
+
BattleManager.Attack () (at Assets/BattleManager.cs:19)
|
22
|
+
|
23
|
+
と表示されエラーになってしまいます。
|
16
24
|
|
17
25
|
利用環境は最新のUnityです。
|
18
26
|
|