|
|
|
|
|
by bananabat
1686 days ago
|
|
Thank you very much for these links. One reason why I quickly decided to move away from Unity is that it's such a "big" program to make a relatively simple 2D game. I guess the level of abstraction that modern game engines provide is a double-edged sword in that while it is more accessible to users without a background in programming, it also obscures most of what's going on under the hood. So now game devs (as well as game consumers) accept that modern games have a certain amount of overhead that you live with. And bugs. And incompatibilities. I moved to Godot because you can totally configure it to suit your needs. You can compile the engine yourself, rewrite the editor, etc. When exporting our game to iOS and Android, I was a bit disconcerted that it was around 100MB...and it's just a jumping game! I tried to pare down all the graphical assets to be as light and as undemanding as possible; but ultimately, a good chunk of that was overhead. There were instructions on how to strip away all the 3D parts of the engine and just recompile...but I chickened out. Not confident enough at the moment but I'm learning. I might try doing that when we push the next update. Thanks again. Really appreciate it. |
|