As this is no longer being updated, any chance you could release it in source form rather than DLL form? Keen to make a few tweaks for our projects (namely moving the Editor resources mind you, but some other stuff too…)
Awesome! Anything else on the horizon? I’ve just incorporated it into our audio stack, but noticing the one thing missing is a fall-off system (like AudioSource itself has) without making use of zones
Wow! I just updated my assets and noticed that this has changed from the free version to the Pro version with the source. As this is the first time I visited this forum to see the details as to why, let me just say that this was an entirely unexpected, yet greatly appreciated gesture.
Any chance you could add a Pause/Resume function? As when stopping the audio it invalidates the control, so when you play again you have to play via VivaldiComposition.Play() which doesn’t have a “start from ms” option, and using GoTo on the control immediately after hitting play has no effect
And on that note, seeing as the control sets IsValid to false when it stops, what is the purpose of CompositionControl.Play()? It’s my understanding that if you try to play an invalid control it can end up colliding with other pooled controls if a control is assigned to the same index in the pool?