What to redistribute - rfilkov/k4adocs GitHub Wiki
Here is how to reuse the Kinect-related scripts and components in your Unity project:
- Copy folder ‘KinectScripts’ from the AzureKinectExamples-folder of this package to your project. This folder contains all needed components, scripts, filters and interfaces.
- Copy folder ‘Resources’ from the AzureKinectExamples-folder of this package to your project. This folder contains some needed libraries and resources.
- Copy the sensor-SDK specific sub-folders (Kinect4AzureSDK, KinectSDK2.0 & RealSenseSDK2.0) from the AzureKinectExamples/SDK-folder of this package to your project. It contains the plugins and wrapper classes for the respective sensor types.
- Wait until Unity detects, imports and compiles the newly detected resources and scripts.
- Please do not share the KinectDemos-folder in source form or as part of public repositories.