I have an audio source in each of my (relatively short) levels, and when I load my next level I’d like to start playing at the time the last level’s music stopped off. Is this doable? The Play() call takes a delay variable, but that looks more like it delays when it starts playing rather than making it start a few seconds into the clip.
There are ways around this, but it seemed like a weird thing to not be able to do. Otherwise I plan to push my audiosource into a singleton that lives longer than the level and hope it doesn’t get deleted at level load.