I am currently working on a unity project exported to android studio. I noticed that the files under the jniLibs are quite big and reach upto 30mb. These files are essential for the app to function smoothly. But I am worried that the repository will bloat up. How do we overcome this issue?
Hello @kaarthick subramanian,
You can use Git Large File Storage for these files, here's a good document to start with.
Let me know if you have any questions.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.