You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes users can miss important information if a scanner audio message doesn't play, while other scanner audio is superfluous. Right now, PlayScannerAudio will just not play your audio if some other scanner audio is already playing when you call it, and there's no way to ensure that some other audio isn't already playing.
I'd like an overload on PlayScannerAudio and PlayScannerAudioUsingPosition to force the audio to play, even if it has to wait a bit until the previous audio is finished. Just a bool as an additional parameter.
Also, it occurs to me that PlayScannerAudioUsingPosition could be eliminated and just included as an overload as PlayScannerAudio(string, Vector3).
The text was updated successfully, but these errors were encountered:
Sometimes users can miss important information if a scanner audio message doesn't play, while other scanner audio is superfluous. Right now,
PlayScannerAudio
will just not play your audio if some other scanner audio is already playing when you call it, and there's no way to ensure that some other audio isn't already playing.I'd like an overload on
PlayScannerAudio
andPlayScannerAudioUsingPosition
to force the audio to play, even if it has to wait a bit until the previous audio is finished. Just abool
as an additional parameter.Also, it occurs to me that
PlayScannerAudioUsingPosition
could be eliminated and just included as an overload asPlayScannerAudio(string, Vector3)
.The text was updated successfully, but these errors were encountered: