Question by
tammyhuang · Jul 24, 2016 at 09:46 PM ·
soundssound-overlapping
How to manage sounds play in order, and log problem?
I have been working on this problem for over 2 days but still can't figure out my error. There are 4 sets of sounds I need to play, each set is composed of 4 audio source. I can play the first set of 4 audio source in order and each sound can wait till the previous one is finished playing. However, beginning from the second set, sometimes from the third set, the audio sources may be played simultaneously.
I also tried to add Debug.log to trace the progress, but weird enough, some of my log even not been run even though two logs are wrote one after another, the first log would show but not the second.
Anyone encountered this problem before?
Comment
Your answer