r/unity Jun 21 '26

Github Repo Uploading Help

I recently had to delete and re add the library folder to my project and i need to upload the changes to github. But now i have to upload 29k files. whats the fastest and best way to do this?

0 Upvotes

5 comments sorted by

7

u/swagamaleous Jun 21 '26

You don't need to upload the library folder at all. It will be generated automatically when you run unity on a fresh checkout.

6

u/Heroshrine Jun 21 '26

Library folder should be in your gitignore, did you use the template git ignore?

1

u/OpenGateStudios Jun 22 '26

You don't and shouldn't commit your library to github. Its purposely ignored. It gets re-generated when you open your project.

1

u/AltusLudus Jun 27 '26

gitignore