What made you prefer Godot over other engines like Unity or Unreal Engine?
The way it’s designed is just nice - in unity if you’re trying to do something the engine doesn’t do by default, it feels like you’re almost fighting it. But in Godot a lot of the engine’s built in features are just things you can add yourself - resources, nodes, and editor plugins.
Also, support for serializing/deserializing dictionaries. When I used unity a few years ago it didn’t have that feature and afaik it still doesn’t.
This was the biggest thing for me. I’m not really on the up and up with game design in editors like unity and unreal so it’s a lot of work just to get the basics going. In godot? It’s very easy and almost never changes between versions. I’ve been able to use 4 year old tutorials and still follow along.
In Unity if you’re not paying for courses on that version of unity you’re likely lost as shit as they’ll rename things or move them around between major versions. It’s a lot of lost time trying to figure out where it’s been moved to, and it’s also very demoralizing and makes me give up quickly.
It’s just transparent. It feels like alot of lessons were learned from the broken abstractions of older ecs engines. It might not be as powerful yet, but the foundation is solid and it’s easy to implement the more complicated stuff.
Also, dotnet 6 implementation is a breath of fresh air.
I really like how you just start it and you have all you need. Script editor is there and exporting can also easily be done. No bullshit in your way to get going.
open-source and light weight.
It’s open, free and hackable. It also has nice UI tools.