Is there ever a time when creating a level/world editor with your game is a bad idea?

Posted by Borgel on Game Development See other posts from Game Development or by Borgel
Published on 2012-04-13T11:53:24Z Indexed on 2012/04/13 17:43 UTC
Read the original article Hit count: 187

Filed under:
|

I have created a few smaller games on my own in the past. My approach has always been to create a completed editor where it has all the functionality needed to save a level file and load it into the game.

This has always made most sense to me but I keep hearing from people that a game is never fully done in the editor. I have never worked in a game development team and so I don't have first hand experience, but not adding everything needed to make the game to the editor just seams wrong.

Am I missing something? Is there ever a reason not to add a tool to the editor?

© Game Development or respective owner

Related posts about game-industry

Related posts about level-design