Unity kinect v2 windows存储

时间:2015-07-16 14:37:28

标签: unity3d windows-store-apps kinect

我正在尝试在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.

我想知道堆栈溢出社区是否会对此问题有所了解。

1 个答案:

答案 0 :(得分:0)

好的我已经为Unity 5工作了

  1. 在metro文件夹中设置dll以构建WSAPlayer
  2. 在播放器设置中勾选麦克风和网络摄像头框,发布设置,功能
  3. 构建Windows 8.1(勾选C#项目框)
  4. 将在VS解决方案中创建一个项目。右键单击references \ add reference \ Windows8.1 \ Extensions \然后勾选WindowsPreview.Kinect(x86 windows 8.1版本)框