unitycoder / UnityRuntimeTextToSpeech

Runtime TTS plugin for unity, using espeak-ng (windows only)
GNU General Public License v3.0
63 stars 16 forks source link

DLL not loaded, speech script component disabled at runtime #6

Open Wakeelfahmed opened 1 year ago

Wakeelfahmed commented 1 year ago

the speech component get disabled at runtime and the dll are not loaded image image

image

unitycoder commented 1 year ago

seems still fail to load, not sure whats the issue (my project was in unity 2018.4 so i guess could be related to dotnet versions too.. can test in player settings, if any different with 2.0 or 4.x *and better restart unity after changes)

also check the alternatives, https://github.com/unitycoder/UnityRuntimeTextToSpeech/wiki/Alternative-TTS-plugins

Wakeelfahmed commented 1 year ago

no the given sample scene works perfectly fine. but when i try to add the speech manager to my existing scene the above issue come

unitycoder commented 1 year ago

ah ok.. is your scene loaded or its the first scene? can you try copying your scene into that working sample scene?

Wakeelfahmed commented 1 year ago

ok will try tomorrow