Search found 3 matches

by dzeessh
Fri Mar 07, 2025 3:05 am
Forum: Dialogue System for Unity
Topic: Using Audio() instead AudioWait()
Replies: 2
Views: 1344

Re: Using Audio() instead AudioWait()

Thank you
by dzeessh
Wed Mar 05, 2025 11:10 pm
Forum: Dialogue System for Unity
Topic: Using Audio() instead AudioWait()
Replies: 2
Views: 1344

Using Audio() instead AudioWait()

Hi, I want to play audio mp3 in the dialogue scene, but I need to use Audio() because it will still continue playing the dialogue while mp3 still playing. But Idk why when i use it, its just skipped it and not play the audio.

Audio(Audio/HeavyBreathingslowlyup);
Audio(Audio/SimpleHeartbeat)
by dzeessh
Thu Mar 07, 2024 9:15 pm
Forum: Dialogue System for Unity
Topic: Loop on NPC Chat, cant reply
Replies: 1
Views: 386

Loop on NPC Chat, cant reply

Hi so Im trying the Dialogue system with Salsa. Im just using boxhead for the npc. But why the npc loop endless so I never got the chance to reply.