Open Jhan321 opened 1 year ago
Did you find any solution to this or an alternative @Jhan321 ?
@vMyth I found out that the error only affects in the editor, if you compile for android or webgl you won't have problems.
Oh that's great. Thanks for the quick response.
if (_actionRequestReceived == null) { Debug.Log("Action Subscribed"); _actionRequestReceived += (requestData => RequestReceived(requestData, audioClipReceived)); }
The issue with action subscribe multiple time. I fixed by doing that.
if (_actionRequestReceived == null) { Debug.Log("Action Subscribed"); _actionRequestReceived += (requestData => RequestReceived(requestData, audioClipReceived)); }
The issue with action subscribe multiple time. I fixed by doing that.
It Worked!!! Thanks !!!
Hello friend, thanks for sharing this repository, it is really incredible and easy to use, I have a problem in some cases, when the text to be converted is very long, it usually throws an error, I leave you a reference image.