|
问题描述:我在网上下载了一个类似于跑酷的游戏进行学习,我在他的scripts下创建一个plugins包 放入一些我所需要的DLL文件的时候,开始运行游戏会报错:
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
at Mono.CSharp.RootNamespace.ComputeNamespaces (System.Reflection.Assembly assembly, System.Type extensionType) [0x00000] in <filename unknown>:0
at Mono.CSharp.RootNamespace.ComputeNamespace (Mono.CSharp.CompilerContext ctx, System.Type extensionType) [0x00000] in <filename unknown>:0
at Mono.CSharp.GlobalRootNamespace.ComputeNamespaces (Mono.CSharp.CompilerContext ctx) [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.LoadReferences () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Compile () [0x00000] in <filename unknown>:0
at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] in <filename unknown>:0
Missing method .ctor in assembly E:\uintyProject\running game\Assets\CaveRun3D Assets\Scripts\Microsoft.Kinect.dll, type System.Runtime.Versioning.TargetFrameworkAttribute
The class System.Runtime.Versioning.TargetFrameworkAttribute could not be loaded, used in Microsoft.Kinect
Can't find custom attr constructor image: E:\uintyProject\running game\Assets\CaveRun3D Assets\Scripts\Microsoft.Kinect.dll mtoken: 0x0a00017d
另外我删除了这些文件,和本身plugins这个文件夹,并且将这些DLL文件放在各种位置,还是依旧会收到这些错误提示,我该怎么办?
|
|