Using Git Large File Storage (LFS)

Matthew Clark
3 min readApr 25, 2021

I came across a problem when using Git with Unity. Git has a file size limit of 100 MB. This will make uploading things like large asset files an issue. That is when I came across Git LFS. This is an add-on that will allow you to save large files.

To use Git LFS

  • Now that it is installed go…

--

--