


Today, we’re gonna show you how to extract textures, sprites, audio files, shaders, text and other visual elements from a Unity application. For this we’ll be using PG Sharp Game, as it’s a very popular mod of Pokemon GO game which is written in Unity. The process is similar for every other Unity application or game, with a few tweaks here and there. This guide makes a few assumptions about your knowledge and tools. You will need the following to follow along with the guide: 8GB Ram and good CPU is also recommended, as the extraction process can take some time, mostly depending on your hard drive and CPU speed.WinRar or any other ZIP file extractor.Android applications are ZIP file disguised as APK files. In order to inspect their content, you will need to extract them. There are two tools which we recommend using: In order to start extracting, you will need at least one Unity Asset extraction tool.These tools will allow you to dump assets with ease and they don’t require any coding skills.Recommended: AssetStudio by Prefare,a GUI based tool that allows you to filter which type(s) of assets you want to export.Asset Studio is very straightforward and perfect for beginners.Unity Asset Bundle Extractor is a lower level tool that can even manipulate Unity bundles.Useful for advanced data miners and readers who want to mess around with loading custom skins and color schemes. Head over to Asset Studio’s Releases section on Github and grab the latest release from there. Asset Studio doesn’t require any installation. You can extract the downloaded ZIP file anywhere and start the Studio by opening AssetStudioGUI.exe: PG Sharp Game extracted folder Asset Studio GUI, nothing opened yet.

Step 2 – Getting and extracting the APKĪPK files are packages used for distributing Android applications. You can get the latest Pokemon GO APK in one of two ways: As mentioned before, we will be using Pokemon GO as a model Unity app in this tutorial APK files contain everything needed to start the application and they often contain a ton of visual assets.Extract it from your device by using APK Extractor.The easiest way is to download it from APK mirror.
