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
One of the simplest forms of how a sound is played is the Level Up sound, which is triggered by calling the script external void Snd_Play(string wav_name).
That external should simply play the specified .WAV file without any fancy 3D audio.
The text was updated successfully, but these errors were encountered:
One of the simplest forms of how a sound is played is the Level Up sound, which is triggered by calling the script external
void Snd_Play(string wav_name)
.That external should simply play the specified
.WAV
file without any fancy 3D audio.The text was updated successfully, but these errors were encountered: