this post was submitted on 11 Mar 2026
1 points (100.0% liked)
Game Development
6317 readers
1 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Worth noting: That 4 to 6 hour number is probably for a build from scratch. A good build system will be able to only recompile things that have changed and so the develop -> compile -> test cycle is usually much faster.
Ahh yeah that makes sense. That'd be a pain in the ass if it was for every build.