Can't add script component because the script class cannot be found?

前端 未结 5 712
别那么骄傲
别那么骄傲 2020-11-27 06:47

Yesterday I updated unity from unity5 to 2018.2.2f1. Unity scripts are not loading after Update 2018.2.2f1.

Once I try to play the Scene the scripts are not loaded a

5条回答
  •  庸人自扰
    2020-11-27 07:06

    One more thing which might help apart from other answers

    • Make the class which inherits from the MonoBehaviour the first class in the file. It fixed this issue for me.

提交回复
热议问题