- Added Life 14 support
- Improved code to allow manual headAudioSource playback (which allows you to play sounds from normal triggers without VAMM2 interrupting them)
In depth explaination for manual headAudioSource playback
Before this version, VAMM2 was playing sounds on a schedule system. Which meant that, if you tried to play any sound file from, let's say... a UI Button, directly on the HeadAudioSource of the character with VAMM2, this sound could be stopped by VAMM2 trying to "enforce" its schedule.
Now, the system checks if a sound is currently playing and will not stop an existing playback. This will allow other plugins to stop VAMM2 and play other sounds without getting interrupted before they are played completely.