Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have a project which uses git for source control. But if we try to build, the editor will throw an error. Probably while building packager is trying to copy all the files in the folder including the hidden .git folder. Somehow it is getting denied copying certain items from the git folder which results in the exception. I’m attaching the error log (pastebin) for reference.

Error Log

Yes. In general you should never create a repo in the same folder. You can do that in a folder on higher level, e.g. "Projects".

ok. NP