Search found 2 matches
- Tue Dec 05, 2023 5:48 pm
- Forum: Dialogue System for Unity
- Topic: TypewriterEffect plays SFX 2x faster than text
- Replies: 2
- Views: 8421
Re: TypewriterEffect plays SFX 2x faster than text
The code in AbstractTypewriterEffect and UnityUITypewriterEffect appear to be working as intended, calling PlayCharacterAudio() once as each character is displayed. The issue seems to go away if I disable "Use Play One Shot", so problem solved. I suspect PlayOneShot() might be behaving str...
- Tue Dec 05, 2023 4:21 pm
- Forum: Dialogue System for Unity
- Topic: TypewriterEffect plays SFX 2x faster than text
- Replies: 2
- Views: 8421
TypewriterEffect plays SFX 2x faster than text
Hi, I'm trying to use TypewriterEffect to play SFX alongside my text. My audio clip is pretty long (6s) but I'm using "Use Play One Shot" and "Interrupt Audio Clip" as I'm trying to play the SFX once for each character. I'm experiencing an issue where the audio clip is played at ...