common/README.md
2024-06-05 02:51:25 +00:00

580 B

git (lfs) files for unity projects

just make sure that these two are in your unity project (not the Assets/ subfolder!)

  • .gitignore (skip this if you already made one with github desktop or by hand)
  • .gitattributes (for pushing things to git lfs)

and then run the following if you encounter any issues with lfs:

git lfs install
git config lfs.https://forge.joshwel.co/<username>/<repository>.git/info/lfs.locksverify true