Ive noticed for larger projects that when a game updates, the entire DLL has to recompile, which takes a long time considering how much work is already added to the bulky IL2CPP appdata files
i was wondering if its possible to generate a library DLL with header files to base it off from instead of recompiling all code again
Ive noticed for larger projects that when a game updates, the entire DLL has to recompile, which takes a long time considering how much work is already added to the bulky IL2CPP appdata files
i was wondering if its possible to generate a library DLL with header files to base it off from instead of recompiling all code again