Hello,
I'm having a problem trying to use speech audio files (by addressables).
Whenever a speech has an addressable audio for its speech line the text dialog doesn't appear on the screen and only the audio is played.
Here is an example of how I'm managing speech configurations:
https://imgur.com/ZaRCsMp
https://imgur.com/HWv0vzW
https://imgur.com/vCLewHi
Im using Unity 2020.3.11, Addressables 1.16.19, Adventure Creator 1.73.8
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
If your game's "Subtitles" option is set to off/false, then subtitles will not display if associated audio is present.
The Subtitles option can be changed in your game's default Options menu, but you can also set your Subtitles menu to ignore this option in its list of properties in the Menu Manager.
Fixed!!!
Thank you for your time!!