<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I had the same issue with the in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106271#M70569</link>
    <description>&lt;P&gt;I had the same issue with the processor architecture mismatch error that Chris did when Unity5.2 &amp;nbsp;introduced Visual Studio integration. &amp;nbsp;Like Chris, I found at the time that the solution was to switch the architecture setting to 'Any CPU'. Here's a link to the guide I wrote about it back then.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/592461" target="_blank"&gt;https://software.intel.com/en-us/forums/realsense/topic/592461&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In that guide, I found that (at the time of writing, at least), Visual Studio was not a good fit for script-editing in Unity, because it was generating errors about Unity-specific script functions and formatting that Visual Studio did not understand. &amp;nbsp;Visual Studio is an optional component when installing Unity which you can untick. &amp;nbsp;Doing so makes MonoDevelop the default script editor instead, which I find is far easier to work with.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you have already installed Unity recently with the Visual Studio component and do not want to uninstall Visual Studio and then re-install Unity without VS, you can switch back to MonoDevelop from within Unity using the method shown at the bottom of the article I linked to above.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2015 14:25:30 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2015-12-14T14:25:30Z</dc:date>
    <item>
      <title>Unity problems with SDK R5(v7)</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106266#M70564</link>
      <description>&lt;P&gt;New SDK seems to have broken some stuff while using Unity.&lt;/P&gt;

&lt;P&gt;1) Speech &lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Synthesis&amp;nbsp;&lt;/SPAN&gt;stopped working. The following line of code now fails with PXCM_STATUS_DEVICE_UNAVAILBLE&lt;/P&gt;

&lt;P&gt;mStatus = mSession.CreateImpl&amp;lt;PXCMSpeechSynthesis&amp;gt;( out mSpeechSynth );&lt;/P&gt;

&lt;P&gt;2) Scene perception stopped working&lt;/P&gt;

&lt;P&gt;QueryTrackingAccuracy() returns LOW and&amp;nbsp;SenseManager.QueryScenePerception().CheckSceneQuality() is always returning -2.0&lt;/P&gt;

&lt;P&gt;I noticed this warning when I load up Visual Studio debugger ( I'm using a 64-bit machine ):&lt;/P&gt;

&lt;P&gt;Warning&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "libpxcclr.unity", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.&amp;nbsp;&amp;nbsp; &amp;nbsp;RealSenseUnity.CSharp&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 00:20:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106266#M70564</guid>
      <dc:creator>christopher_b_3</dc:creator>
      <dc:date>2015-12-12T00:20:56Z</dc:date>
    </item>
    <item>
      <title>After more debugging, I am</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106267#M70565</link>
      <description>&lt;P&gt;After more debugging, I am able to get scene perception working. It appears the behavior has changed.&lt;/P&gt;

&lt;P&gt;I need to be MUCH closer ( &amp;lt; 1 ft ) to something before scene quality will kick in and start pushing mesh data.&lt;/P&gt;

&lt;P&gt;And it seems to lose tracking alot easier as well. I prefer behavior from last SDK.&lt;/P&gt;

&lt;P&gt;Speech &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Synthesis&amp;nbsp;&lt;/SPAN&gt;still borked though.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 05:23:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106267#M70565</guid>
      <dc:creator>christopher_b_3</dc:creator>
      <dc:date>2015-12-12T05:23:00Z</dc:date>
    </item>
    <item>
      <title>Oh, I also rebuilt the</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106268#M70566</link>
      <description>&lt;P&gt;Oh, I also rebuilt the&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;libpxcclr.unity dll and I no longer get that warning. Can't remember what original values were for some of the build settings, but when I built for x64 I would get same warning as above except "AMD" instead of "x86". Then changed to Any CPU to get no warning. &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Also, I changed the Target Framework to Unity 3.5 .net full Base Class libraries in order to link in the UnityEngine dll.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2015 06:28:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106268#M70566</guid>
      <dc:creator>christopher_b_3</dc:creator>
      <dc:date>2015-12-12T06:28:34Z</dc:date>
    </item>
    <item>
      <title>Hey Christopher,</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106269#M70567</link>
      <description>&lt;P&gt;Hey Christopher,&lt;BR /&gt;
	Good that you managed to solve your problem. But you told me on the other topic, you are also having a Intel HD driver crash with the new SDK, could you manage to solve that too?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 13:43:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106269#M70567</guid>
      <dc:creator>Lucas_M_2</dc:creator>
      <dc:date>2015-12-14T13:43:21Z</dc:date>
    </item>
    <item>
      <title>Lucas,</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106270#M70568</link>
      <description>&lt;P&gt;Lucas,&lt;/P&gt;

&lt;P&gt;I am still seeing that HD driver crash. Although I am not sure yet what is responsible. Could be Win10, Unity ( 5.3.0f4 ) , or new Real Sense SDK. I will keep you posted if I narrow it down.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 14:25:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106270#M70568</guid>
      <dc:creator>christopher_b_3</dc:creator>
      <dc:date>2015-12-14T14:25:19Z</dc:date>
    </item>
    <item>
      <title>I had the same issue with the</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106271#M70569</link>
      <description>&lt;P&gt;I had the same issue with the processor architecture mismatch error that Chris did when Unity5.2 &amp;nbsp;introduced Visual Studio integration. &amp;nbsp;Like Chris, I found at the time that the solution was to switch the architecture setting to 'Any CPU'. Here's a link to the guide I wrote about it back then.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/realsense/topic/592461" target="_blank"&gt;https://software.intel.com/en-us/forums/realsense/topic/592461&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;In that guide, I found that (at the time of writing, at least), Visual Studio was not a good fit for script-editing in Unity, because it was generating errors about Unity-specific script functions and formatting that Visual Studio did not understand. &amp;nbsp;Visual Studio is an optional component when installing Unity which you can untick. &amp;nbsp;Doing so makes MonoDevelop the default script editor instead, which I find is far easier to work with.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you have already installed Unity recently with the Visual Studio component and do not want to uninstall Visual Studio and then re-install Unity without VS, you can switch back to MonoDevelop from within Unity using the method shown at the bottom of the article I linked to above.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 14:25:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106271#M70569</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2015-12-14T14:25:30Z</dc:date>
    </item>
    <item>
      <title>With regards to Scene</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106272#M70570</link>
      <description>&lt;P&gt;With regards to Scene perception not working.&lt;/P&gt;

&lt;P&gt;It turns out I had a newer version of R200 DCM : 2.1.4.592 &amp;nbsp;as opposed to 2.0.3.53109.&lt;/P&gt;

&lt;P&gt;I'm unsure of how the newer version got on my machine, though I may have done the optional step&lt;/P&gt;

&lt;P&gt;of installing&amp;nbsp;&lt;SPAN style="color: rgb(0, 0, 0); font-family: monospace; font-size: 12px; line-height: normal; white-space: pre-wrap;"&gt;SDK Runtime Distributable.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 00:42:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-problems-with-SDK-R5-v7/m-p/1106272#M70570</guid>
      <dc:creator>christopher_b_3</dc:creator>
      <dc:date>2015-12-22T00:42:35Z</dc:date>
    </item>
  </channel>
</rss>

