- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Unity May Never Win Back the Developers It Lost in Its Fee Debacle::Even though the company behind the wildly popular game engine walked back its controversial new fee policy, the damage is done.
2D projects also used Unity at a very high rate. Unreal has never really been considered suitable for 2D work. I’m not sure if Godot is.
Godot has been used mainly for 2D as it didn’t support 3D until fairly recently.
Godot actually has supported 3D since at least 2.1 when I started using it in 2016.
But really sucked for a long time. It’s pretty good now.
For general 2d development, Godot is much better than unity already. It doesn’t have everything that unity does but what it has is much more efficient and easy to understand.
Though the opposite is true for 3d.
In short: Unity is a 3d tool where you can pretend one of the dimensions doesn’t exist to make 2d games (but it’s still running a 3d environment behind the curtains, you’re just not seeing one of them), while godot is a 2d tool that gives you an optional third dimension for some stuff.
Wrong.
Godot has fully independent 2D and 3D engines. Each one has it’s own backend, that is specialized for that purpose.
Yes, but the general feel with the 3d stuff in Godot is that it’s just an added dimension on top of things that were thought for 2d. In unity everything feels like it was thought for 3d. It’s a bit hard to explain.