Unity iOS plugin JUST playing iOS system sound
Plugin to use ios system sound and vibration at Unity.
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.
- 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);
Use unitypackage at releases page.