Skip to main content

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

Hi there, I took at look at your source but it's missing many files and folders. Your source needs to be everything needed for someone to download your game, open it up in the game engine (in your case, Unity), and hit Play to play your game.

Hi Yang. Thank you for having taken a look at my game.

My game's project folder is about 1.6GB. Do I need to upload all of it to somewhere? I was hoping I wouldn't need to, but I'll try if strictly necessary.

(+1)

Yes, but keep in mind you should delete the Library folder since that has to be automatically re-generated on each user's individual computer anyway.

Hi Yang. Thank you for the quick reply.

I've updated my game's GitHub repository to make the full project source available. I used GitHub's standard gitignore file for Unity projects in order to greatly reduce the amount and total size of files uploaded. I hope that's OK.

(+1)

It looks good now :)