Unity can't recognize Speech Synthesizer
Hello everyone, I'm trying to use the c#'s speech synthesizer for a unity app (in a Smartphone). The problem is that unity throws me the following error:
error CS0234: The type or namespace name Speech' does not exist in the namespace
System'. Are you missing an assembly reference?
I'm using visual studio and had already imported "using System.Speech.Synthesis;" (in visual studio all the code works fine).
Thank you and sorry for my english.
Comment
Your answer
Follow this Question
Related Questions
Is possible to use TTS for WebGl? 1 Answer
My UI Image(Viewport) wont stay inside parent(MapImage); 0 Answers
Saved data gets overwritten 0 Answers
How to import gvr unity sdk in Unity Version 2017.1.0f3 ? 0 Answers
Hinge Joint issue 0 Answers