- Home /
Keep playing audio on android even if screen dim or sleep
Can not find any references how to tell device keep playing audio clip on android even if screen dim or sleep.  public class SoundButton : MonoBehaviour { public AudioSource _AudioSource; public AudioClip _AudioClip1; void Start() { _AudioSource.clip = _AudioClip1; _AudioSource.Play(); }  
               Comment
              
 
               
              Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                