Game editor integration with the engine?
- by Daniel
What I am trying to figure out is what is the best way to integrate the editor(level, effects, model, etc...) in the most effective way?
Now the first thing I thought would be to create the game engine(*) extremely modular. For example I took the example of game states. You could have multiple game states that all have their own update() and…