LoginSignup
0
0

More than 3 years have passed since last update.

[Unity]NullReferenceException: Object reference not set to an instance of an object xxx. の解決例

Last updated at Posted at 2021-01-09

エラーの様子

スクリーンショット 2021-01-09 11.00.36.png

原因

今回はC#のファイル内に間違いはなく、inspector内の変数の設定のし忘れがあるようです。
ちなみに今回の筆者の場合は下記の図のimageの部分の設定し忘れでした。

スクリーンショット 2021-01-09 11.02.08.png

解決策

inspector内の変数の設定のし忘れを見つけて、設定することで修正できます。

同じエラーの記事

C#ファイルの中でGetComponentしてなかったときの記事:
https://qiita.com/KONTA2019/items/c964af275419dc425d3e

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0