- Sep 6, 2018
- 725
- 2,122
How to do Repacking (Compress) Unity Games (in short):
Part I: Compression
Part II: Setup File
You can use ISO maker feature of Mini Compressor to make an ISO file afterwards.
Also not every game will get a good ratio. So far every unity game I repacked using this method has always got smaller size than the original one in the OP.
An example of unity game compressed using this method can be found here.
Part I: Compression
- Download
You must be registered to see the links.
- Extract it on your PC.
- Open it.
- Select Advanced Compression.
- Set Source (Path to the game).
- Set Output (Output Path).
- Set name of the created archive. (Default Is Data.arc)
- You can set any name and any extension as long as it doesn't conflict with existing ones [I use Data1.l d x].
- Set Memory (I recommend 512 to prevent errors).
- In method, choose Best.
- Click Add, and then Click start.
- Wait for it to finish.
- Compressed archive will be created in the Output Directory.
You don't have permission to view the spoiler content.
Log in or register now.
- I will use
You must be registered to see the linksto create setup.
- Extract it and edit compiler.ini according to your liking.
You don't have permission to view the spoiler content. Log in or register now. - You can add your files (music, images hashfiles) inside the Files folder (replace orignal files with yours).
You don't have permission to view the spoiler content. Log in or register now. - Do not mess with Unpack and DLL folders.
- Open compiler.exe and click compile.
- Setup will be created in output folder.
- Place setup.exe and archives in same folder and do a test run.
You don't have permission to view the spoiler content.
Log in or register now.
You can use ISO maker feature of Mini Compressor to make an ISO file afterwards.
An example of unity game compressed using this method can be found here.
You don't have permission to view the spoiler content.
Log in or register now.
Last edited: