Open ghost opened 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.
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.