<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Unity and the Kinect SDK</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK/RSS"></atom:link>
	<image>
		<url>http://files.channel9.msdn.com/thumbnail/05bfcf24-5e3c-47d0-b101-53fbcbd0a56c.png</url>
		<title>Channel 9 - Unity and the Kinect SDK</title>
		<link></link>
	</image>
	<description>Unity is is officially huge in the gaming industry, so when I saw this I thought that there had to be some of your that might find it interesting or useful... Bringing the Kinect SDK in to UnityInstall the Unity PackageThe pre-built Unity package includes all of the scripts required to start running your world. To install, simply import the package, and you all of the required assets will appear in your project. The following items are included within the package: ScenesKinectExample - This scene shows you how a skeleton is generated / tracked by placing spheres at each of the bones tracked by the Kinect, and how to use kinect to control your model. Use this to get a feel for what the Kinect is capable of. It also shows you how to prepare your GameObjects PrefabsKinect_Prefab- This prefab has an empty node which contains all of the necessary scripts for your world to start using the Kinect - this does NOT include the controller, which you will need to use to actually control your models. See setup KinectPointMan - This prefab shows how KinectPointController works. KinectKinectModelControllerV2 - This is the script that you will attach to your model that you want to manipulate - you will drag each of the bones to be controlled into the appropriate slot, and determine which player controls which model. KinectPointController - This script will place GameObjects that you define onto points that are tracked by the Kinect, generating a skeleton. The starting scene comes with an example of how this looks / should be done. DisplayDepth - This script will get the depth image. Attach it to a game object with renderer. NOTE: In unity, you need to restart unity everytime after running your world, otherwise this script will not work (because of SDK issue). DisplayColor - This script will get the RGB image. Attach it to a game object with renderer. NOTE: In unity, you need to restart unity everytime after running your world, otherwise this script will not work (because of SDK issue). KinectRecorder - This script will record your movement and output playback files for the emulator. KinectEmulator - This script will act as a virtual Kinect. It works with playback files. For now it only simulate the skeleton data. KinectSensor - This script gets data from the physic Kinect. DeviceOrEmulator - This script sets whether to use physic Kinect or the emulator. SkeletonWrapper - This script grabs skeleton data. DepthWrapper - This script grabs depth image data. KinectInterop - This script grabs data from Microsoft Kinect SDK. Recordings/playbackDefault - This is the default playback file for emulator. Do NOT remove this file. Models and MaterialsrainbowMan This is an example model that you can use for testing / learning how to use the wrapper. You can drag the KinectModelControllerV2 script onto this model and attach the bones and immediately begin testing.Using the ScriptsAfter importing the asset package, you have the KinectExample to test and get familiar with the KinectPointController and KinectModelControllerV2. You can use this as your base scene, or you can drag the appropriate GameObjects into a new one. Setting up the Kinect_PrefabAs previously mentioned, the Kinect_Prefab GameObject is required to have Unity talk with / use the Kinect. This empty object needs to exist somewhere in your scene. However, if you are switching scenes, it will persist because of the DontDestroyOnLoad call in the KinectWrapper script, so you don&#39;t need to instantiate a new Kinect_Prefab in each scene. To get the best use out of the Kinect, you may need to tweak some settings within the Kinect_Prefab object itself - here is a breakdown of each option. Device Or EmulatorUse Emulator - Check this to use emulator. Kinect SensorNOTE: do NOT enable this script manually, it is controlled by DeviceOrEmulator. Sensor Height - How high (in meters) off the ground is the sensor. Kinect Center - This tells the Kinect where it should be looking for it&#39;s 0,0,0 point (relative to the ground directly under the sensor). The default works pretty well. Look At - Tells the Kinect how to orient the camera using the motor control. NOTE: The following values allow you to smooth the skeleton data. Usually the default values work fine. Do NOT change them unless you find magic numbers for you project. Smoothing - Default value 0.5. Correction - Default value 0.5. Prediction - Default value 0.5. Jitter Radius - Default value 0.05. Max Deviation Radius - Default value 0.04. Project Information URL: http://wiki.etc.cmu.edu/unity3d/index.php/Microsoft_Kinect_-_Microsoft_SDK  UPDATE: This project looks to be using the beta version of the SDK and not v1 (as of the time of this post). With the release of the Kinect for Windows SDK v1, I&#39;ve meant to only highlight projects that are v1 compatible, but missed a few phrase on the page, &amp;quot;Also, since we are not using the new version of Kinect SDK, do NOT download it from Microsoft website....&amp;quot; I would NOT recommend installing the Kinect for Windows SDK from any other source than Microsoft and so suggest, if you&#39;ve already upgraded to v1 for the SDK, that you hold off going to far with this project. If you are interested in the project, because it does look pretty darn cool, then you encourage the authors to upgrade to v1 as soon as they can. </description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 19:51:50 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 19:51:50 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[Hello<br><br>Is this wrapper for version 1.0 or the beta&#63;<p>posted by Yorman</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660485074041432</link>
		<pubDate>Tue, 28 Feb 2012 17:55:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660485074041432</guid>
		<dc:creator>Yorman</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660485074041432?areaType=Blogs&amp;areaName=Coding4FunKinect">Yorman</a>: Based on the dates of the updates, pages, the files in the zip's, etc, I believe it's for v1 (at least that's what I hope, I'm trying to only highlight v1 based projects).</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660498918509292</link>
		<pubDate>Tue, 28 Feb 2012 18:18:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660498918509292</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p><span class="hps">Hello</span><br><br><span class="hps">I think it's</span><span>&nbsp;</span><span class="hps">the beta version</span><span>&nbsp;</span><span class="hps">because it tries to</span><span>&nbsp;</span><span class="hps">access:</span><br><span class="hps">C:</span><span>&nbsp;</span><span class="hps">\ Program</span><span>&nbsp;</span><span class="hps atn">Files (</span><span>x86)</span><span>&nbsp;</span><span class="hps">\</span><span>&nbsp;</span><span class="hps">Microsoft Research</span><span>&nbsp;</span><span class="hps">KinectSDK</span><span>&nbsp;</span><span class="hps">\</span><span>&nbsp;</span><span class="hps">MSRKINECTNUI.DLL</span></p><p>posted by yormanh</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660567419601107</link>
		<pubDate>Tue, 28 Feb 2012 20:12:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660567419601107</guid>
		<dc:creator>yormanh</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660567419601107?areaType=Blogs&amp;areaName=Coding4FunKinect">yormanh</a>:GRRR... I missed this line on the site, &quot;NOTE: Before installing, ensure that the Kinect is NOT connected to your machine. <strong>Also, since we are not using the new version of Kinect SDK</strong>, do NOT download it from Microsoft website.&quot;</p><p>So yeah, this looks like it's NOT v1. My bad causing the confusion...</p><p>Still if you find this project interesting, I would recommend you contact the authors and encourage them to release a v1 compatible version...</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660591661978048</link>
		<pubDate>Tue, 28 Feb 2012 20:52:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660591661978048</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660567419601107?areaType=Blogs&amp;areaName=Coding4FunKinect">yormanh</a>:Besides my comment above, I've also added an Update note to the post...</p><p>I'm on the verge of pulling the whole post entirely, but I think the idea behind it is cool and really hope to generate some interest and support for a v1 version, so am leaving it up for now.</p><p>Thanks for pointing this out and helping me on this...</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660599883811133</link>
		<pubDate>Tue, 28 Feb 2012 21:06:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660599883811133</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p><span class="hps">Hello</span><br><br><span class="hps">if the idea</span><span>&nbsp;</span><span class="hps">is interesting but</span><span>&nbsp;I don't know to</span><span>&nbsp;</span><span class="hps">get the name of</span><span>&nbsp;</span><span class="hps">the</span><span>&nbsp;</span><span class="hps">class</span><br><br><span class="hps">for example</span><br><br><span class="hps atn">[</span><span>DllImportAttribute</span><span>&nbsp;</span><span class="hps atn">(@ &quot;</span><span>C:</span><span>&nbsp;</span><span class="hps">\ Program</span><span>&nbsp;</span><span class="hps atn">Files (</span><span>x86)</span><span>&nbsp;</span><span class="hps">\</span><span>&nbsp;</span><span class="hps">Microsoft Research</span><span>&nbsp;</span><span class="hps">KinectSDK</span><span>&nbsp;</span><span class="hps">\</span><span class="hps">MSRKINECTNUI.DLL</span><span>&quot;</span><span>,</span><span>&nbsp;</span><span class="hps">EntryPoint</span><span>&nbsp;</span><span class="hps atn">= &quot;</span><span>NuiInitialize</span><span>&quot;)]</span><br><span class="hps">public static</span><span>&nbsp;</span><span class="hps">extern</span><span>&nbsp;</span><span class="hps">int</span><span>&nbsp;</span><span class="hps">NuiInitialize</span><span>&nbsp;</span><span class="hps atn">(</span><span>NuiInitializeFlags</span><span>&nbsp;</span><span class="hps">dwFlags</span><span>);</span><br><br><span class="hps">This</span><span>&nbsp;</span><span class="hps">version does not</span><span>&nbsp;</span><span class="hps">get the</span><span>&nbsp;</span><span class="hps">EntryPoint</span><span>&nbsp;</span><span class="hps">or</span><span>&nbsp;</span><span class="hps">method names</span><span>,</span><span>&nbsp;</span><span class="hps">you know? or the class KinectSensor?</span><br><br><span class="hps atn">for example (</span><span>this doesn't &nbsp;work</span><span>)</span><br><span class="hps atn">[</span><span>DllImportAttribute</span><span>&nbsp;</span><span class="hps atn">(@ &quot;</span><span>C:</span><span>&nbsp;</span><span class="hps">\ Program</span><span>&nbsp;</span><span class="hps">Files \</span><span>&nbsp;</span><span class="hps">Microsoft</span><span>&nbsp;</span><span class="hps">SDKs \</span><span>&nbsp;</span><span class="hps">Kinect</span><span>&nbsp;</span><span class="hps">\</span><span>&nbsp;</span><span class="hps">v1.0</span><span>&nbsp;</span><span class="hps">\ Assemblies</span><span>&nbsp;</span><span class="hps">\</span><span>&nbsp;</span><span class="hps">Microsoft.Kinect.dll</span><span>&quot;</span><span>,</span><span>&nbsp;</span><span class="hps">EntryPoint</span><span>&nbsp;</span><span class="hps atn">= &quot;</span><span>Start&quot;</span><span>)]</span><br><span class="hps">public static</span><span>&nbsp;</span><span class="hps">extern</span><span>&nbsp;</span><span class="hps">int</span><span>&nbsp;</span><span class="hps">Start ()</span><span>;</span></p><p>posted by yormanh</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660606162979969</link>
		<pubDate>Tue, 28 Feb 2012 21:16:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634660606162979969</guid>
		<dc:creator>yormanh</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[Actually I&#39;m using the v1.0 SDK...so this process won&#39;t work with me&#63;<p>posted by lucabertinetto</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634671625652488540</link>
		<pubDate>Mon, 12 Mar 2012 15:22:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634671625652488540</guid>
		<dc:creator>lucabertinetto</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[No, it doesn&#39;t work &#58;&#40;<br>DllNotFoundException&#58; C&#58;&#92;Program Files &#40;x86&#41;&#92;Microsoft Research KinectSDK&#92;MSRKINECTNUI.DLL<br><br>I would really appreciate if somebody could link me a way to bridge the Kinect SDK 1.0 to Unity.<p>posted by lucabertinetto</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634671660107180766</link>
		<pubDate>Mon, 12 Mar 2012 16:20:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634671660107180766</guid>
		<dc:creator>lucabertinetto</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>Well, this is definitely great and would be very useful to a lot of devs. That it doesn't work with v1 is obviously a turn off. Where would be the right place to ask and see if an update would be possible ?</p><p>posted by haknick</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634673368371398446</link>
		<pubDate>Wed, 14 Mar 2012 15:47:17 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634673368371398446</guid>
		<dc:creator>haknick</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634673368371398446?areaType=Blogs&amp;areaName=Coding4FunKinect">haknick</a>: Good question. Using the page history I believe I've found a point of contact for that project. I've just shot them an email asking if they are indeed a good PoC and if there's any work on a v1 version.</p><p>If/when I hear more, I'll post a follow-up comment.</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634673411849979523</link>
		<pubDate>Wed, 14 Mar 2012 16:59:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634673411849979523</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>There is indeed work being done on a v1 version...&nbsp;As I learn more&nbsp;I'll let you know. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634673483878353134</link>
		<pubDate>Wed, 14 Mar 2012 18:59:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634673483878353134</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[Thw wrapper works with v1.0, all have you have to is change the .dll path in the script &#34;KinectInterop&#34; to &#34;C&#58;&#92;Windows&#92;System32&#92;Kinect10.dll&#34; <p>posted by Niranjan</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634674021495736615</link>
		<pubDate>Thu, 15 Mar 2012 09:55:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634674021495736615</guid>
		<dc:creator>Niranjan</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>Also just found this, thought you might find it interesting...</p><p><a href="https://github.com/adevine1618/KinectSDK-Unity3D_Interface_Plugin">https://github.com/adevine1618/KinectSDK-Unity3D_Interface_Plugin</a></p><p>&quot;This is a wrapper that allows the user to access Microsoft's Kinect SDK v.1.0 data from inside the free Unity3D game engine much faster than a TCP socket connection&quot;</p><p>This project was just updated for the v1 SDK a few days ago...</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634674246652017014</link>
		<pubDate>Thu, 15 Mar 2012 16:11:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634674246652017014</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p><span class="hps">hello</span><br><br><span class="hps">sorry I</span><span>&nbsp;</span><span class="hps">had not read</span><span>&nbsp;</span><span class="hps">this</span><span>&nbsp;</span><span class="hps">post</span><span>.</span><br><br><span class="hps">Thanks</span><span>&nbsp;N</span><span class="hps">iranjan</span><span>, it is true</span><span>&nbsp;</span><span class="hps">that by changing the</span><span>&nbsp;</span><span class="hps">path</span><span>&nbsp;</span><span class="hps">works</span><span>&nbsp;</span><span class="hps">but I have a</span><span>&nbsp;</span><span class="hps">problem, the</span><span class="hps">first</span><span>&nbsp;</span><span class="hps">run</span><span>&nbsp;</span><span class="hps">and it</span><span>&nbsp;</span><span class="hps">starts but</span><span>&nbsp;</span><span class="hps">the second time</span><span>&nbsp;</span><span class="hps">Unity3D</span><span>&nbsp;</span><span class="hps">dies</span><span>&nbsp;</span><span class="hps">and does not respond</span><span>,does &nbsp;</span><span class="hps">someone </span><span class="hps">this happen</span><span>?</span></p><p>posted by yormanh</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634675204446292633</link>
		<pubDate>Fri, 16 Mar 2012 18:47:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634675204446292633</guid>
		<dc:creator>yormanh</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p><span>@Niranjan: Thanks, now it's working <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></span></p><p><span>@yormanh: I modified the source KinectInterop.cs that you can find in the 'NewKinet' example project, change all the dll at the end of the file with &quot;<span>C:\Windows\System32\Kinect10.dll&quot;, and THEN I opened the project with unity.<br></span>I tried to modify it one time inside unity, with mono, but it crashed afterwards.<br><br>@all: if there is participation it would be great to open a Google group, I think <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' />&nbsp;</span></p><p>posted by lucabertinetto</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634675761653667111</link>
		<pubDate>Sat, 17 Mar 2012 10:16:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634675761653667111</guid>
		<dc:creator>lucabertinetto</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>Hello</p><p>&nbsp;</p><p>I was reading in the file KinectSensor.cs&nbsp;</p><p>// The MSR Kinect DLL (native code) is going to load into the Unity process and stay resident even between debug runs of the game. <br>// So our component must be resilient to starting up on a second run when the Kinect DLL is already loaded and<br>// perhaps even left in a running state. Kinect does not appear to like having NuiInitialize called when it is already initialized as<br>// it messes up the internal state and stops functioning. It is resilient to having Shutdown called right before initializing even if it<br>// hasn't been initialized yet. So calling this first puts us in a good state on a first or second run.<br>// However, calling NuiShutdown before starting prevents the image streams from being read, so if you want to use image data<br>// (either depth or RGB), comment this line out.<br>//NuiShutdown();</p><p>&nbsp;</p><p><span class="hps">I don't know if</span><span>&nbsp;</span><span class="hps">there is solve for&nbsp;</span><span class="hps">this</span><span>&nbsp;</span><span class="hps">problem</span><span>, I am now</span><span>&nbsp;</span><span class="hps">investigating more</span><span>.</span><span>&nbsp;</span><span class="hps">The&nbsp;</span><span class="hps">group</span><span>&nbsp;is a </span><span class="hps">good idea.</span><br><br><span class="hps">Anyone know</span><span>&nbsp;</span><span class="hps">how to contact</span><span>&nbsp;</span><span class="hps">the developers of the</span><span>&nbsp;</span><span class="hps">wrapper</span><span>?</span><br><br><span class="hps">a greeting</span></p><p>&nbsp;</p><p>posted by yormanh</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634677608121061037</link>
		<pubDate>Mon, 19 Mar 2012 13:33:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634677608121061037</guid>
		<dc:creator>yormanh</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>Hello,</p><p><span class="hps">Thanks</span><span>&nbsp;N</span><span class="hps">iranjan, I changed the DLL path, Unity didnt crashed (lie - now is crashing when I try to play the app) and when I have an GameObject to show the RGB or Depth Camera from Kinect i'm get the following error:&nbsp;</span></p><p><span class="hps"><br></span></p><p>NullReferenceException: Object reference not set to an instance of an object<br>System.String.memcpy1 (System.Byte* dest, System.Byte* src, Int32 size)<br>System.String.memcpy (System.Byte* dest, System.Byte* src, Int32 size)<br>(wrapper unknown) Kinect.ColorBuffer:PtrToStructure (intptr,object)<br>KinectSensor.extractColorImage (Kinect.NuiImageBuffer buf) (at Assets/Kinect/KinectSensor.cs:259)<br>KinectSensor.Kinect.KinectInterface.pollColor () (at Assets/Kinect/KinectSensor.cs:212)<br>DisplayColor.Update () (at Assets/Kinect/DisplayColor.cs:22)</p><p>The line is:</p><p>ColorBuffer cb = (ColorBuffer)Marshal.PtrToStructure(buf.m_pBuffer,typeof(ColorBuffer));</p><p>Can anyone help me out?</p><p>&nbsp;</p><p>Anyone created the the Google Group? I can join?</p><p>&nbsp;</p><p>Cheers,</p><p>Felipe Fragoso</p><p>posted by fdfragoso</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634690765772435707</link>
		<pubDate>Tue, 03 Apr 2012 19:02:57 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634690765772435707</guid>
		<dc:creator>fdfragoso</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>Thnx,&nbsp;<span>Niranjan. I changed the paths and now it works, but only first time I running it in Unity. Trying run it second time Unity doesn't respond at all. I have no ideas to solve it.</span></p><p>@<a href="/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634690765772435707?areaType=Blogs&amp;areaName=Coding4FunKinect">fdfragoso</a>: Hi, You said &quot;<span>&nbsp;Unity didnt crashed</span>&quot;. What else you did besides&nbsp;changing paths.</p><p>Thanks for any advice.</p><p>posted by AkhmadMax</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634692909687105454</link>
		<pubDate>Fri, 06 Apr 2012 06:36:08 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634692909687105454</guid>
		<dc:creator>AkhmadMax</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634692909687105454?areaType=Blogs&amp;areaName=Coding4FunKinect">AkhmadMax</a>: I didnt do anything else. But after few days using, sometimes when I play the Unity crash, but sometimes works fine. Really dont know.</p><p>posted by fdfragoso</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634697635462859213</link>
		<pubDate>Wed, 11 Apr 2012 17:52:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634697635462859213</guid>
		<dc:creator>fdfragoso</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[i have an error in unity that it can&#39;t find MSRKINECTNUI.dll<br><br>dllnot found exception <br><br>i have beta2 installed<br>can anyone help me<p>posted by AAA</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634714768326232082</link>
		<pubDate>Tue, 01 May 2012 13:47:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634714768326232082</guid>
		<dc:creator>AAA</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>Hi..</p><p>The wrapper is awesome!! Just a quick question:</p><p>I am completely new to unity. And I have to use it for integration of my&nbsp;<br>Kinect gesture recognition code with the 3d module of a car. &nbsp;Please help&nbsp;<br>me as i am not able to find which script of C# to use for coding my module!!&nbsp;<br>Plus it would be great if you can also tell me how to integrate c#&nbsp;<br>and JavaScript because the car module is in JavaScript and kinect code is&nbsp;<br>in c#!!&nbsp;</p><p>Please reply as soon as possible!! Need it for my project in college!!&nbsp;</p><p>Thanks.&nbsp;<br>Mayank&nbsp;</p><p>posted by mayanktaneja</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634718651315480416</link>
		<pubDate>Sun, 06 May 2012 01:38:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634718651315480416</guid>
		<dc:creator>mayanktaneja</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[I&#39;m using the Kinect SDK 1.0 &#40;not beta&#41; and Unity crashed every second time I ran my game. Here&#39;s how to fix it&#58; http&#58;&#47;&#47;www.rozengain.com&#47;blog&#47;2012&#47;05&#47;10&#47;microsoft-kinect-sdk-wrapper-for-unity-crash-bug-fix&#47;<p>posted by Dennis</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634722440948826474</link>
		<pubDate>Thu, 10 May 2012 10:54:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634722440948826474</guid>
		<dc:creator>Dennis</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634722440948826474?areaType=Blogs&amp;areaName=Coding4FunKinect">Dennis</a>:Nice, thanks for the write on this...</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634722621930100631</link>
		<pubDate>Thu, 10 May 2012 15:56:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634722621930100631</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[Has anyone been able to get DisplayDepth and DisplayColor working in v1.x&#63;<br><br>I can get the bones working but I need the colour feedback too&#63;<br><br>Thanks.<p>posted by Wahooney</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634756229626982287</link>
		<pubDate>Mon, 18 Jun 2012 13:29:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634756229626982287</guid>
		<dc:creator>Wahooney</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[Unfortunatelly depth and color don t work anymore&#58;&#40;&#40;&#40;&#40;<br><br>The plugin is not anymore updated&#63;<p>posted by mik</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634760499537351774</link>
		<pubDate>Sat, 23 Jun 2012 12:05:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634760499537351774</guid>
		<dc:creator>mik</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[Hello,<br>I wonder which device is compatible with KinectSDK-Unity3D_Interface_Plugin &#63;<br>The XBOX360 kinect &#40;http&#58;&#47;&#47;emea.microsoftstore.com&#47;UK&#47;en-GB&#47;Microsoft&#47;Xbox-&#43;-Games&#47;Xbox-360-Kinect&#41;  or the Windows Kinect &#40;http&#58;&#47;&#47;emea.microsoftstore.com&#47;UK&#47;en-GB&#47;Microsoft&#47;Kinect-for-Windows&#41;&#63;<br><br>Thanks.<p>posted by THIBAULT David</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634812415151321985</link>
		<pubDate>Wed, 22 Aug 2012 14:11:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634812415151321985</guid>
		<dc:creator>THIBAULT David</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>@<a href="/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634812415151321985?areaType=Blogs&amp;areaName=Coding4FunKinect">THIBAULT David</a>: The only fully supported device is the Kinect for Windows device.</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634812459444049963</link>
		<pubDate>Wed, 22 Aug 2012 15:25:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634812459444049963</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[has anyone succeeded on using the color image&#63; i tried to use the kinect sdk provided in the link but i keep getting cannot find dll MSRKINECTNUI.dll although i&#39;ve given the correct path.<p>posted by Stevie Giovanni</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634850078155574702</link>
		<pubDate>Fri, 05 Oct 2012 04:23:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634850078155574702</guid>
		<dc:creator>Stevie Giovanni</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[I just hacked it to work with the SDK 1.5 version.<br>It was just a matter of rewrapping the c&#43;&#43; SDK with a DLL and changing a little C&#35; in KinectInterop.cs<br><br>If anyone wants the DLL and C&#35; that work with V1.5. Feel free to e-mail me at me&#64;stevehickson.com<p>posted by Steven Hickson</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634892001818332659</link>
		<pubDate>Thu, 22 Nov 2012 16:56:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634892001818332659</guid>
		<dc:creator>Steven Hickson</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>@Steven Hickson: I tried e-mail you, but your mail server refuses it.&nbsp;<br>Maybe you could share your version of the wrapper by other means.</p><p>I'm sure it can be very useful for a lot of people.</p><p>Thank you.</p><p>&nbsp;</p><p>posted by DyegoMaas</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634903054804278006</link>
		<pubDate>Wed, 05 Dec 2012 11:58:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634903054804278006</guid>
		<dc:creator>DyegoMaas</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[i have a question maybe a little offset the main topic.<br>how can i use the samples from kinect browser kit &#40;face tracking&#41; inside unity3d&#63; thanks a lot<p>posted by milton ortiz</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634907654348279370</link>
		<pubDate>Mon, 10 Dec 2012 19:43:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634907654348279370</guid>
		<dc:creator>milton ortiz</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>hi,</p><p>Just started thinking of embarking my new project using kinect and unity. I have downloaded Kinect SDK 1.5 since this version is compatible with Kinect XBox sensor, I am using VC# Express 2010. Toolbox also downloaded. How about Unity? Does the free version workable for this? or I need to consider spending my money for Unity 4.</p><p>&nbsp;</p><p>posted by arrezes</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634907965450925935</link>
		<pubDate>Tue, 11 Dec 2012 04:22:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634907965450925935</guid>
		<dc:creator>arrezes</dc:creator>
	</item>
	<item>
		<title>Re: Unity and the Kinect SDK</title>
		<description>
			<![CDATA[<p>Re-opening the comments...</p><p>posted by gduncan411</p>]]>
		</description>
		<link>http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634986902785790123</link>
		<pubDate>Tue, 12 Mar 2013 13:04:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/coding4fun/kinect/Unity-and-the-Kinect-SDK#c634986902785790123</guid>
		<dc:creator>gduncan411</dc:creator>
	</item>
</channel>
</rss>