Unity3d 拖拽脚本报错Can't add the script component "" because the script class cannot be found

报错截图 

Unity3d 拖拽脚本报错Can't add the script component

报错原因:文件名与文件内容中的类名不相符。

报错原因:

c#文件创建以后再改名,会报错找不到对应类。
类名和文件名要一致才行。(这个是Unity要求,c#本身不要求一致)

Unity3d 拖拽脚本报错Can't add the script component

你可能感兴趣的:(Unity3D)