Awesome
UniIosAudioService
Unity iOS plugin JUST playing iOS system sound
Description
Plugin to use ios system sound and vibration at Unity.
Demo
This project has scene for checking all system sound(Assets/Example/Example.scene).
Note: The plugin do nothing at Unity Editor. Use iOS devices or simulator when you check the sound.
<img src="https://user-images.githubusercontent.com/6077255/52907810-729a7680-32ac-11e9-8245-0ff27f7db35b.png" width="320">Usage
- Find system sound id you want to use at demo scene.
- Send the id to the plugin in your project.
int soundId = 1001;
UniIosAudioService.PlaySystemSound(soundId);
Install
Use unitypackage at releases page.