Hi Guys
In my game, the first thing I do is load a scene with music (on awake). When I die I reload the scene again. However, the music is then late. What can I do?
Hi Guys
In my game, the first thing I do is load a scene with music (on awake). When I die I reload the scene again. However, the music is then late. What can I do?
What you mean music is LATE.
You need provide more details about your setup.
I think he means that when he reloads the scene there is a delay when the scene loads and when the music plays. I think! Sometimes I just don’t understand why people make these posts; expecting help by providing only enough information for a mind reading candidate to solve.
Is the load type set to “streaming” for your music clip? Any other load setting will probably have Unity reload the whole audio clip. I assume “Decompress on Load” will probably take the longest.
On the other hand, the problem may have nothing to do with loading. It could be a script bug or anything else.