ata4 / disunity

An experimental toolset for Unity asset and asset bundle files.
The Unlicense
2.69k stars 662 forks source link

Out Of Memory Error #136

Open ghost opened 9 years ago

ghost commented 9 years ago

Whenever I try to put my .unity3d file back together with a changed DLL, I get an "Out Of Memory Error."

I have solved this by changing disunity.bat to the following:

@echo off java -Xmx512m -jar "%~dp0\disunity.jar" %*

Note the "-Xmx512m" is to allow more memory for the Java VM.