Azure-Kinect-Unity-Sample

(1) Download SDK from official repository.
https://github.com/microsoft/Azure-Kinect-Sensor-SDK/tree/develop/docs

(2) Building Projects with Visual Studio by referring to the following guide.
https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/docs/building.md#building-using-visual-studio

(3) Building C# Wrapper.
https://github.com/microsoft/Azure-Kinect-Sensor-SDK/blob/develop/docs/building.md#c-wrapper
depthengine_2_0.dll is required to build C# wrapper. Please download depthengine_2_0.dll via nuget and put it following directory.
C:\YOUR DIRECTORY\Azure-Kinect-Sensor-SDK\build\Win-x64-Release-Ninja\bin

(4) Installing dll files into Unity Project.
Find following directory and copy all files into Plugins folder of this Uity Smaple.
C:\YOUR DIRECTORY\Azure-Kinect-Sensor-SDK\build\Win-x64-Release-Ninja\bin\Release\x64\Microsoft.Azure.Kinect.Sensor.Examples.WinForms

(5) You can test following demo.