Tag: developed

  • How Are Games Developed In Unity?

    When I get to the actual MVC elements (player, game, enemies,…) I usually start applying EC and making smaller pieces for more personalized behavior in each. For example- -model –game —player -controller –game -view –game —player [PlayerView,MultiplayerComponent,InputComponent,…] Some model classes reuse “JsonComponent” to serialize data. The MultiplayerComponent processes incoming/outgoing data and is applied to the…