【发布时间】:2015-07-16 14:37:28
【问题描述】:
我正在尝试在 Unity3D 中构建一个项目,该项目使用适用于 Windows 商店的 Kinect v2。 要从统一构建一个 Windows 商店应用程序,它首先构建一个 Visual Studio 项目,然后从中构建最终应用程序。 我在尝试构建 Visual Studio 项目时遇到错误。 The exact same problem as posted here in fact 没有发布的解决方案。 这是我的错误
First-chance exception at 0x76004598 in Template.exe: Microsoft C++ exception: Platform::ClassNotRegisteredException ^ at memory location 0x0643F1C0. HRESULT:0x80040154 Class not registered
WinRT information: Class not registered
Stack trace:
combase.dll!76727455()
vccorlib120_app.dll!5003a438()
vccorlib120_app.dll!5003b337()
KinectUnityAddin.dll!50061296()
KinectUnityAddin.dll!500745af()
KinectUnityAddin.dll!50062eef()
If there is a handler for this exception, the program may be safely continued.
我想知道堆栈溢出社区是否会对这个问题有任何见解。
【问题讨论】:
标签: unity3d windows-store-apps kinect