1. How to use entrytags with addressables?
2. Or how to use AudioWait(addressablesPathToAudio) with localization?
3. Audio localization support Unity Localization?
Search found 4 matches
- Fri May 05, 2023 7:43 am
- Forum: Dialogue System for Unity
- Topic: Entrytag support addressables?
- Replies: 1
- Views: 159
- Thu May 04, 2023 2:27 am
- Forum: Dialogue System for Unity
- Topic: Play a sound?
- Replies: 3
- Views: 285
Re: Play a sound?
Thank you for your answer.
And can I use addressables? On the official unity website it says that Resources are bad and suggest using addressables.
And can I use addressables? On the official unity website it says that Resources are bad and suggest using addressables.
- Wed May 03, 2023 10:24 am
- Forum: Dialogue System for Unity
- Topic: Play a sound?
- Replies: 3
- Views: 285
Play a sound?
I would like the sound to play along with the text. How to do it properly?
Or please point me to a tutorial that explains it.
Or please point me to a tutorial that explains it.
- Wed May 03, 2023 10:19 am
- Forum: Dialogue System for Unity
- Topic: Dialogue UI per interaction?
- Replies: 1
- Views: 198
Dialogue UI per interaction?
Hello, I'm developing a game and I would like to be able to display the player's internal dialogue. The player speaks to himself. And the player should be able to talk to NPCs. The problem arises when I want to create two different UIs for different interactions. Is it possible to make different UI ...