VirtualityForSafety / UnityWindowsTTS

Text-To-Speech for Unity + Windows
MIT License
5 stars 2 forks source link

Race condition bug #2

Closed meredoth closed 1 year ago

meredoth commented 1 year ago

There is a bug with the removal from the theSpeechQueue

It can be reproduced by trying in the update: Narrator.speak("Hello", true); After some time the Unity Editor crashes.

I will submit a pull request with the fix.

JinkiJung commented 1 year ago

Your PR has been merged. Thanks @meredoth!