Skip to content

sanukin39/UniIosAudioService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Usage

  1. Find system sound id you want to use at demo scene.
  2. Send the id to the plugin in your project.
int soundId = 1001;
UniIosAudioService.PlaySystemSound(soundId);

Install

Use unitypackage at releases page.

Licence

MIT

Author

sanukin39