Page 1 of 1

First loaded ability sound in game not playing.

Posted: Fri Feb 25, 2022 11:42 pm
by b2198
Tested with all battlefield blacksmith's abilities, and with builder mend.

Steps to reproduce:
1. open the game (force stop beforehand if it's already past the loading screen)
2. launch a match
3. use an ability
4. use another ability

Expected result:
Both abilities should play their sounds

Observed result:
Only the second ability (actually, all except the first one used) plays its sound.

Re: First loaded ability sound in game not playing.

Posted: Sat Feb 26, 2022 12:10 am
by Endru1241
It's the effect of solution to load assets on demand.

Apparently sound play event is already expired by the time sound file loads (if done asynchronously) or it's decided not to be played to avoid crash if done sequentially.
I guess something in that department would probably only change in unity, as sound were often secondary.