[SOLVED] How to decompile apk and sharedassets1.resource file

A year ago I removed source files of my game, but in September 2019 Google migrated all android apps to 64 bit, so now I need to recompile my game. I have apk file, but I can’t export any assets. When I open sharedassets1.resource in Unity Assets Bundle Extractor, there is a popup error that says that UABX unable to read this file. I tried unity studio, but it didn’t work, anytime I try to decompile something it returns empty folder. Unity Unpack scripts also do not working, they all take sharedassets1 file and copy into Import_* folder. Since September, I trying to find a way to reupload my game in Play Market. Apk file works fine on my phone and phones of my friends, but google support refuses to do anything. I tried to redraw all sprites, but they look worse. What can I do to get assets from this apk file?

I finally did that

  • Open data.unity3d with Unity Assets Bundle Extractor
  • Pick one of sharedassests and click on Info button, if there are resources what are you looking for, export
  • Open saved sharedassets.assets from the previous step and select files you want to export. Then click to export
1 Like