I developed a unity iOS plugin
I want this plugin to mute the hosting app sound when invoked and turn it back up when it finish
How can i do it in the code?
In the native code i get the hosting unity view controller like this:
UnityGetGLViewController()
How can i mute and unmute the sound when getting back to app?
I know about "UnitySendMessage" but i don't have the lib-phone.lib in my plugin so i can't call it from there
↧