我正在尝试在Unity3D中构建一个项目,该项目使用Kinect v2 for the Windows商店。 要从Unity构建一个Windows应用商店,它首先构建一个可视化工作室项目,然后从中构建最终应用。 当我尝试构建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.
我想知道堆栈溢出社区是否会对此问题有所了解。
答案 0 :(得分:0)
好的我已经为Unity 5工作了