I use to save the whole directory of my project for backup reasons.
Zipped it has always been around 7Mb filesize. Last week after compiling the APK using IL2CPP the APK build itself file slightly decreased, while the project folder zipped is now nearly 80 Mb.
Investigating the reason I discover that a new IL2CPP folder (il2cpp_android_armeabi-v7a) is created under Library subfolder. That folder unzipped is 240 Mb and mainly contains IL2CPP cache files.
Now the problem is that even if I revert the editor settings by not using IL2CPP anymore still the project folder retains the IL2CPP cache.
2 questions:
1. Is there a way to avoid Unity to save the IL2CPP cache folder?
2. If I delete that folder will I still be able to import the project without any loss?
Any answer will be appreciated.
Thank you
↧