1. 程式人生 > >Unity錯誤提示大全(遇到問題就更新)

Unity錯誤提示大全(遇到問題就更新)

module 提示 filename 屬性 and loaded png 記錄 描述

記錄下使用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

問題描述:

添加dll

unity立馬報錯

問題根源:

dll的類庫項目使用的是.NET 4.5 , unity 只支持.NET 2.0

解決方案:

修改dll的類庫項目屬性->應用程序->目標框架 為.NET 2.0

技術分享圖片

Unity錯誤提示大全(遇到問題就更新)