Formerly /u/neoKushan on reddit

  • 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle



  • I think this has always been the case, though. Engines haven’t just suddenly got better, they’ve been getting better and better for decades now. Some of those improvements give you features “out of the box” that you used to have to implement yourself. One of the reasons Unity became so popular with smaller developers is because it lets you focus on building your game - most of the tech is there, you’ve got an asset store for additional models, plugins, etc. so save you time but ultimately making a (good) game still takes time. Making a game is a very iterative process and a lot of the quality of a game these days is less to do with developing the engine and more to develop the mechanics of the game itself - the way your characters move, the responsiveness of the controls, the UI layout and so on. All of that stuff is hard to be given to you by an Engine, because it’s specific to your game.