nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.13k stars 144 forks source link

Please add support .ab #194

Closed ATLANTISans closed 2 years ago

ATLANTISans commented 2 years ago

In the game that I want to modify, there are several apk files combined in .apks, in one of these apk (split_install_time.config.astc) I found files with the extension .ab is on the way assets/bundles/android and I do not know how to find out what is in these files, please add the ability to open these files. This is the game I want to modify: https://t.me/EasyAPK/17905

nesrak1 commented 2 years ago

If you can't open the file, it's probably encrypted.

ATLANTISans commented 2 years ago

I don't think they are encrypted, I think uabea just can't open .ab files, now I'll send a link to google drive.

ATLANTISans commented 2 years ago

link to apk file https://drive.google.com/file/d/1i_-gUszAh7d6emnCEaE3H3Aj6FCCeo4l/view?usp=sharing

ATLANTISans commented 2 years ago

I really hope that support for .ab asset bundles will be added in the next updates

nesrak1 commented 2 years ago

The files are encrypted. For reference, you should check with AssetStudio first to see if it errors there too.