yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
891 stars 131 forks source link

[QUESTION]: how can I share an AudioClip in Android? #39

Closed soypaduano closed 5 years ago

yasirkula commented 5 years ago

You need to convert the AudioClip to a sound file. Try searching for "unity audio clip to wav" or "unity audio clip to mp3".

soypaduano commented 5 years ago

thanks m8

soypaduano commented 5 years ago

btw, it does work for FB messenger but not for whatsapp. When it sends the audio it says was a error, but the file is on whatsapp (like it can uploaded and send it).

yasirkula commented 5 years ago

How did you convert the AudioClip to a sound file? When you try sharing an existing audio file on the storage, what happens?

P.S. Are you sharing the audio file with a text? Does it work when attempting to share the file without a text?