Enable Git LFS for a Unity project

Creating a game requires a lot of assets – 3d models, sounds, texture, etc., which Git wasn’t meant to handle. But there is a solution to this problem – Git LFS!

Git Large File Storage was created to handle large files, as the name implies. This extension is great for storing all sorts of assets like 3d models, textures, sounds, etc.

Thanks to LFS, changing those files won’t negatively impact your repository size!

Continue reading “Enable Git LFS for a Unity project”