- Download
You must be registered to see the links
- Go to 'Game_Data' folder
- Make a new temporary folder
- Move all the 'resources.*', 'level*', 'sharedassets*' files to the temporary folder
- Extract the empty Unity archive ('data.unity3d') from the attachment into the 'Game_Data' folder
- Open the empty archive with UABEA
- Click 'Import All' and select the temporary folder
- Save the archive (File > Save or Ctrl+S)
- Open the saved uncompressed archive (This stem may seem redundant, but it's how UABEA works).
- Compress the archive (File > Compress). You have to save it with a different name. The compression algorithm doesn't make much difference. I use LZ4
- Close UABEA and delete the temporary folder and the uncompressed archive
- Rename the compressed archive to 'data.unity3d'
- Test the game to see it still works
This method works for all Unity games that do not have a 'data.unity3d' file in their data directory. If they do, they are probably already compressed. To check, just open the archive with UABEA. If it's compressed, it will ask you do decompress it when opening.