khanhuitse05 / speech-and-text-unity-ios-android

Speed to text in Unity iOS use Native Speech Recognition
MIT License
297 stars 126 forks source link

Unable to access both classes #21

Closed iTryZz closed 4 years ago

iTryZz commented 4 years ago

After adding

using TextSpeech;

to my unity C# script, I found that I can only access one class.

In other words, I can only use the SpeechToText class and methods.

(I might be getting a beginner mistake since, I only know python and C, so my C# is only o.k.)

EDIT

I opened a new project and redid everything from scratch. Working like a charm now.