Hello
I’ve got some basic code to play a sound when an object is tapped that works fine using unity remote but not as a compiled app.
var myAudio: AudioSource = Camera.main.GetComponent(AudioSource);
myAudio.Play();
Audio component settings on my camera:
Cheers
Gareth