i trying build project in unity3d uses kinect v2 windows store. build windows store app unity 1st builds visual studio project build final app. getting errors when try build visual studio project. the exact same problem posted here in fact has no posted solution. here error
first-chance exception @ 0x76004598 in template.exe: microsoft c++ exception: platform::classnotregisteredexception ^ @ 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 handler exception, program may safely continued. i wondering if stack overflow community have insight issue.
ok i've got working unity 5
- set dll in metro folder build wsaplayer
- tick microphone , webcam boxes in player settings, publishing settings, capabilities
- build windows 8.1 (do not tick c# project box)
- one project created in vs solution. right click on references\ add reference\windows8.1\extensions\ tick box windowspreview.kinect (x86 windows 8.1 version)
Comments
Post a Comment