Hello, everyone! It's been a while since I didn't make any games again. I'm currently re-learning Unity and starting to try Godot. I want to know if any of you are using/have used both engine and your opinion/experience on those.

#gamedev #unity #godot #godotengine

@ReyGameDev No experience with Unity, but I recently picked up Godot. I found it somewhat counterintuitive at first, but once I learned my way around I've enjoyed its workflow.
@merrak I see, are there any specific things you like about Godot though?
@ReyGameDev The node tree structure works very well with the way I like to design larger software. It's made it easy to organize my classes in a logical way. Hopefully that means fewer logic errors
@merrak I see, I like the node structure too and the way it utilizes scenes to pack different game objects. Kind of contradict with "scenes" that I know in Unity. But it makes the structure looks tidier for me