How to extract Music Files from Unity Android Games?

jake790

Member
57
10/28/15
27
Thread Author
Hey. So I run a Youtube Channel called Android Soundtracks and I have no way to get music from Unity Android Games.

Inside most .apk files are a bunch of .asset files but all split and not full .asset files. I have been all over google for the past couple of months trying to find an EXACT answer but getting completely nowhere and now I am here posting this thread on here as a last resort because I am now completely out of ideas now. Every google result leading me to a dead end.

All I have found is tutorials for getting audio files from PC Unity games but it's not the same with Android unity games. Is there any sort of way of getting my hands just on the music files that ain't even inside the .apk file?
Yes I have tried the obb and data also and no sound files inside those either... Just a bunch of other files.

Thanks.

If anyone can give me a great answer that would be awesome. My head is starting to hurt with those dead end answers on google.
 
If they're not on the apk and not in the obb then only place left is the server, most likely available by either pulling the mp3/other music extension from the url you find addressed in the dll or smali files, or run wireshark, charles proxy, or the like to find the link to download
 
If they're not on the apk and not in the obb then only place left is the server, most likely available by either pulling the mp3/other music extension from the url you find addressed in the dll or smali files, or run wireshark, charles proxy, or the like to find the link to download
Most games I want music from are not online games so that's not it.

I managed to get the music files from Sonic Dash (which was unity) but I don't remember how I did it that's why I'm here asking to see if anyone knows the answer.

I run games on my phone not an emulator so using wireshark and charles proxy is probably not possible and also what you mean by "pulling the mp3/other music extension from the url you find addressed" ?

What I kind of remember is putting all the split asset files into 1 asset file and putting that into a program but I can't remember the program I used and I think that's how I got the music from Sonic Dash and plus there's too many split files inside an apk file (split0 / split1 / split2 and so on) if there is a way to get ALL SPLIT files into 1 file really quick that would solve half my problem.
 
Well you said it wasn't in the apk which, if its an offline game, you gave me the wrong info :p

Anyways there's a program, i believe its called unity assets ill have to check when im home, that retrieves the assets from those split files like shaders and pngs, i assume it'll pull the music too
 
Well you said it wasn't in the apk which, if its an offline game, you gave me the wrong info :p

Anyways there's a program, i believe its called unity assets ill have to check when im home, that retrieves the assets from those split files like shaders and pngs, i assume it'll pull the music too
Unity Studio i meant lol Releases · RaduMC/UnityStudio · GitHub

EDIT: btw theres absolutely ways to run wireshark/charles with your phone using a pc as a proxy, i ave a tread in tutorials explaining how :)
 
sensei s810car,
do u know how to open framework.unity3d file? i want edit the project
 
not off the top of my head, look at the most recent il2cpp threads you can find, that's what that would need
 
Back
Top Bottom