Skip to main content

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

Building Project

A topic by CodeCrunchers created Sep 29, 2023 Views: 45
Viewing posts 1 to 1
Developer

After a weeks worth of adding content and writing code it was time to do the build and play test. I made sure to have all of the updated files from the rest of the team and hit build project. After a few minutes I got an error message saying the game couldn't build due to unknown errors. I went through the build log and saw several areas with multiple errors.


I confirmed with my teammate about a few things and got to work on fixing the issues. I got to the point where the build was still failing but the log wasn't showing anything helpful other than just "Unknown Error". After some tweaking I found the issue to be some code in a specific file where new config stuff was being added for convenience in the editor. The code worked in the editor but caused issues with the build. Once that code was commented out, the build succeeded and we were able to start testing everything we implemented for the week.