Skip to content

premAatral/Unity_Kinect

 
 

Repository files navigation

Table of Contents

  1. Requirements - Software required for this repo.
  2. Getting Started - Start here if you are new to Kinect in Unity.
  3. Examples Included In This Repo - Go here to review the examples in this repo.
  4. SDK Tools - What is installed with the Kinect SDK.
  5. Additional Tutorials - See this if you want to expand your knowledge.
  6. Support - Have questions? Run into an issue? Ask here.

Requirements

Getting Started

This section will show you the basics of setting up your environment and running the example project from the Kinect v2 Unity plugin. If you are already familiar with this process, you can proceed to Examples Included In This Repo below.

  1. Download and install the Kinect SDK

  2. Download and unzip the Kinect v2 Plugin for Unity

  3. Create a new project in Unity 5. Screenshot

  4. Double-click the file 'Kinect.2.0.1410.19000.unitypackage'. Screenshot

  5. Import all of the items into your newly created Unity project. Screenshot

  6. Drag folder 'KinectView', located in the unzipped Kinect v2 Plugin folder, into your root Unity Asset folder. Expand the 'KinectView' folder and launch 'MainScene'. Press play to view RGB, IR, Joints, and Depth Mesh. Screenshot

Examples Included In This Repo

  1. Cursor - A cursor is mapped to a hand joint. Box color changes when cursor collides.
  2. Body Particles - ParticleSystems spawn and follow joint positions.
  3. Player Controller - Player horizontal input is mapped to left & right hands. This technique is used on the following games: Hypernaut & Horizon

SDK Tools

The Kinect v2 SDK installs the following software:

  • Kinect Studio
  • Record and playback. Playback can simulate a physical Kinect.
  • Use for testing hardware features.
  • SDK Browser - Has code samples for all hardware features.

Additional Tutorials

Support

Please create an issue ticket for questions and issues. Thank you.

About

Getting Started with Unity and Kinect v2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%