0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Unity "XXX" is missing the class attribute 'ExtensionOfNativeClass'!

Posted at

現象

ビルド時に上記のエラーが発生する

解決

プレハブにMonoBehaviourを継承してないスクリプトがアタッチされていたので消す

補足

ググって見ると
「シーン上に」MonoBehaviourを継承したスクリプトをアタッチしたゲームオブジェクトがあり
そのアタッチされたスクリプトがMonoBehaviourを継承しなく変更した場合
それを取り除けばエラーが解決する。
と書いているが
シーン上に限らない。プロジェクト上にMonoBehaviourを継承していないプレハブがあってもビルド時にエラーになる

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?