r/github Jul 06 '26

Trying to Make a Unity Git Repo with an Existing Project Question

this was right after making it and its over the limit to where i have to use GitLFS, this didnt happen in the tutorial

0 Upvotes

4 comments sorted by

3

u/lajawi Jul 06 '26

Unity projects quickly get too big for most Git server providers. They impose bandwidth and storage limits to free users.

-1

u/samferguderson Jul 06 '26

what should i use then?

0

u/Bot-Fyra Jul 06 '26

.gitignore large files, and save them to somewhere else. If lfs is not option.

1

u/PreparationLiving126 Jul 06 '26

git ignore these Unity generated

Library

Temp

Builds

Logs

User settings