<?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 HI Marty in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000524#M29979</link>
    <description>&lt;P&gt;HI Marty&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for the feedback.&amp;nbsp; I have included the Unity prefab for Realsense into the project. I will re import it and see if that makes a difference.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Leon&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2015 14:51:53 GMT</pubDate>
    <dc:creator>leon_m_</dc:creator>
    <dc:date>2015-02-06T14:51:53Z</dc:date>
    <item>
      <title>Unity Voice Recognition   `PXCUPipeline' could not be found</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000522#M29977</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am trying to initialize&lt;/P&gt;

&lt;PRE&gt;private PXCUPipeline pipe;
private PXCUPipeline.Mode   mode=PXCUPipeline.Mode.VOICE_RECOGNITION;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;and I get this error&lt;/P&gt;

&lt;P&gt;Error CS0246: The type or namespace name `PXCUPipeline' could not be found. Are you missing a using directive or an assembly reference?&lt;/P&gt;

&lt;P&gt;How do I resolve this ?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 22:51:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000522#M29977</guid>
      <dc:creator>leon_m_</dc:creator>
      <dc:date>2015-02-05T22:51:49Z</dc:date>
    </item>
    <item>
      <title>Whilst I have not had this</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000523#M29978</link>
      <description>&lt;P&gt;Whilst I have not had this particular error in Unity with the voice module, I have experienced it with other RealSense modules. &amp;nbsp;I think it is most likely to occur if you install the RealSense SDK files into your project manually by dragging them from the SDK folders into your asset panel.&lt;/P&gt;

&lt;P&gt;If you have not tried this already, you may have better luck if you use RealSense's Unity Toolkit to import all of the necessary files into your project automatically. &amp;nbsp;The Toolkit application file is located in the RSSDK &amp;gt; framework &amp;gt; Unity folder and is called 'RSUnityToolkit'.&lt;/P&gt;

&lt;P&gt;To use it, open your Unity project and then run the toolkit file. &amp;nbsp;The program will then begin auto-importing all of the files that the camera needs into your project, creating three new folders in your Assets panel called 'plugins', 'plugins_managed' and 'RSUnityToolkit.'&lt;/P&gt;

&lt;P&gt;The 'RSUnityToolkit' contains a sub-folder called 'Actions' that contains pre-made camera scripts you can just drop into objects and then configure in the right-hand 'Inspector' panel of Unity.&lt;/P&gt;

&lt;P&gt;Good luck!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 13:45:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000523#M29978</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2015-02-06T13:45:06Z</dc:date>
    </item>
    <item>
      <title>HI Marty</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000524#M29979</link>
      <description>&lt;P&gt;HI Marty&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for the feedback.&amp;nbsp; I have included the Unity prefab for Realsense into the project. I will re import it and see if that makes a difference.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Leon&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2015 14:51:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000524#M29979</guid>
      <dc:creator>leon_m_</dc:creator>
      <dc:date>2015-02-06T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Hi all</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000525#M29980</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;

&lt;P&gt;I gave tried re importing the RS Unity Toolkit into Unity but this still doesnt seem to help.&amp;nbsp; I did notice that my SDK didn't install the hello unity voice application in my unity samples though. I still get the same error (Error CS0246: The type or namespace name `PXCUPipeline' could not be found. Are you missing a using directive or an assembly reference?)&amp;nbsp; when I try to declare&lt;/P&gt;

&lt;PRE&gt;private PXCUPipeline pipe;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Any ideas ?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2015 07:48:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000525#M29980</guid>
      <dc:creator>leon_m_</dc:creator>
      <dc:date>2015-02-09T07:48:46Z</dc:date>
    </item>
    <item>
      <title>Hi Leon,</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000526#M29981</link>
      <description>&lt;P&gt;Hi Leon,&lt;/P&gt;

&lt;P&gt;I have the same problem as yours! Did you find any sollution?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 08:45:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000526#M29981</guid>
      <dc:creator>Kiriakos_T_</dc:creator>
      <dc:date>2015-10-05T08:45:44Z</dc:date>
    </item>
    <item>
      <title>HI Kiriaskos</title>
      <link>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000527#M29982</link>
      <description>&lt;P&gt;HI Kiriaskos&lt;/P&gt;

&lt;P&gt;unfortunately not.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 10:51:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Unity-Voice-Recognition-PXCUPipeline-could-not-be-found/m-p/1000527#M29982</guid>
      <dc:creator>leon_m_</dc:creator>
      <dc:date>2015-10-05T10:51:11Z</dc:date>
    </item>
  </channel>
</rss>

