Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

is this really the size when excluding all files that should not be put into repository?
Foe example: Unity folder for my project is about 2 GB but only only thing I really need to put in git is Assets folder which is only around 10 MB.

Don't know what tools you are using or how you set up you .gitignore file.

Yes this is excluding the binaries , intermediate , saved, folders....Actually my assets folder is large (12gigs) and if I remove the unwanted assets I don't think it will be less than 1 gb and also it is a tedious task (as I have packaged the game).