Extract specific files from an Unity apk
Hi, I am a layman of Unity but I need to process some files from the apk built on Unity.
I want to extract the files whose names look like idol_100003.xml.bytes
or pinball_300040.xml.bytes
. These files were used to be in zipped files in /assets/zips/
and I can find them using unzip
. However in this package: http://dldir1.qq.com/qqxwsy/test/28165_qqx5_full_2111_822748_221.signed.shell.apk
I find no files I want in the original path, so the xml.bytes
files are not in this apk or their positions were changed?
Can anyone help find these files? Thanks a lot!
Comment