Unity Game Dev
Unity Game Dev
Dan Miller
005: Git and Git LFS
11 minutes Posted Oct 24, 2024 at 10:00 am.
0:00
11:22
Download MP3
Show notes

Episode Title: Tackling Massive Unity Project Files with Git LFS

Description: In this episode, we dive into how Git LFS (Large File Storage) can revolutionize your Unity game development workflow by managing large files, speeding up cloning times, and preventing those dreaded merge conflicts. Perfect for anyone working with massive game assets in Unity.

Key Points:

  • What is Git LFS and how does it help with large files in game development?
  • Key Git LFS features like file locking and pointer files for managing massive assets
  • Pro tips for optimizing your Git LFS workflow: git lfs clone, git lfs fetch all, and git lfs push all

Resources/Links Mentioned:

  • Git LFS Documentation
  • GitHub Storage Limits for Git LFS