nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.05k stars 135 forks source link

Editing a .bundle file #252

Closed santroy closed 1 year ago

santroy commented 1 year ago

Hello

I am not an expert in this, I want to replace a text in a game that is in a prefab file in a .bundle (CAB).

image

I used UABEA to unzip a container, then dumped, edited and imported a monobehaviour file back. I next compressed the modified bundle and unfortunately the game freezes at the very beginning. The game behaves in the same way as if an entire .bundle file is missing.

I have tried decompressing and compressing the bundle without any changes and that does not cause problem.

I also made a change in a hex editor, a very small one, because I only changed an uppercase to lowercase in the desired text and also the game can't turn on properly.

nesrak1 commented 1 year ago

This is most likely an addressables crc issue. See the readme for info on this.

santroy commented 1 year ago

This is most likely an addressables crc issue. See the readme for info on this.

It worked. Thank you very much for the hint.