Posts: 1
Threads: 1
Joined: Oct 2022
Hey! I am trying to rip the sprites and models from Pokemon quest. So far I have managed to get the apk decompiled and retrieve unity AssetBundles... but I do not know how to get all the games sprites, decompile classes.dex, or anything else.. Does anyone else have any useful tips, help, or anything I can use to help me get what im looking for?
))
Posts: 1,493
Threads: 19
Joined: Mar 2020
Mr C. in the comments:
https://www.spriters-resource.com/mobile/pokemonquest/
Quote:I extracted the contents of the apk file with WinRAR, then extracted the game's texture files with Unity Assets Bundle Extractor. The files are in the "assets" folder. Specifically, seleting "globalgamemanagers" or "MainData" (depending on the game) will give access to all of the game's files (assuming none are kept in an external location, usually happens with online-only games).