类型:System.Reflection.TargetInvocationException在Unity 3D for Windows Store应用程序中构建

时间:2014-01-02 13:39:24

标签: windows unity3d

我正在使用针对Windows应用商店应用的Unity 3D构建,但遇到了未处理的异常。到目前为止,我没有经历过这样的例外。

在运行我的游戏时,我在UnityPlayer.log中获得了很多(!)条目,如下所示:

Exception: Exception has been thrown by the target of an invocation.
Type: System.Reflection.TargetInvocationException
Module: mscorlib
InnerException: Object reference not set to an instance of an object.
AdditionalInfo:Invoking System.Collections.IEnumerator::MoveNext method with argument count: 0
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)

   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)

   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

   at WinRTBridge.MethodTools.InvokeMethod(Object instance, Int32 methodIndex, Object[] args)

(Filename:  Line: 65)

0 个答案:

没有答案