Unity错误提示大全(遇到问题就更新)

时间:2018-02-13 12:21:14   收藏:0   阅读:1576

记录下使用Unity中遇到的所有错误提示

1.Unhandled Exception: System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded.

  at (wrapper managed-to-native) System.Reflection.Assembly:GetTypes (bool)

   at System.Reflection.Assembly.GetTypes () [0x00000] in <filename unknown>:0

问题描述:

添加dllunity立马报错

问题根源:

dll的类库项目使用的是.NET 4.5 , unity 只支持.NET 2.0

解决方案:

修改dll的类库项目属性->应用程序->目标框架 为.NET 2.0

技术分享图片

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!