#Hi! I've got a problem with my git/unity.
1 messages · Page 1 of 1 (latest)
not an exact answer, but i recommend instead of using Git LFS, you use a unity specific gitignore like the following (if you aren't already)
https://github.com/github/gitignore/blob/main/Unity.gitignore
Ignore Deez
Sometimes you have to use git LFS for large files
If you have large assets for example, or huge lightmaps that 'need' to be pushed
true. Let me update my recommendation to: using git LFS isn't always required and in the case of basic unity projects in my opinion it is better to just use a gitignore tailored for unity projects as Git LFS has storage and bandwidth costs, however in certain cases where you have large files git LFS may be necessary
Well im using git lfs and ignore, and I would like to stay with both of them if possible. I'm colaborating and we are both getting this error, so I don't understand part of not pushing it to git, it's my first time when im using git for my project.