コンパイル

このエラー表示の解消方法が分かりません。

出力パネルには
ライブラリのコンパイルプロセス中に予期しないエラーが発生しました:
Object reference not set to an instance of an object.
と出ています。

どこを直したら良いのでしょうか?

Hi @neco

Check the variables and their types with the corresponding values.
Empty Values passing in the variables or not.

Debug the code and check

Hope it helps!!

1 Like

@neco

Check your Code for Null References
Debug the process

1 Like

Hi @neco

Ensure that variables are properly initialized before being used. If you’re creating an object, make sure it’s not Nothing before accessing its members.

1 Like

こんにちは

コンパイル中のエラーと思いますが、これだけでは原因がわかりませんね。

プリジェクト内にエラー等が無ければ
まずは以下のトピックの内容を試してみる等になるかと思います。

1 Like