Today I thought about Godot’s game object system. Godot is a game engine I started learning earlier today and its system for handling game objects is very intuitive. Everything is a node: scenes, objects, UI elements, everything. Nodes can contain other nodes and there’s no distinction between nodes being part of their parent node or merely being contained by it. It’s so much easier to understand than Unity’s prefab system. Also, GDScript feels just like Python. I’m really loving Godot so far. I’ll see you tomorrow!
Your data is processed in accordance with my privacy policy. Comments are manually approved and may take a while to appear.