Remove AAA Remove Sandbox Remove Sprite
article thumbnail

Why isn't Godot an ECS-based game engine?

Mircosoft Game Dev

A more complex example can be a rigid body with a sprite attached, in typical ECS, this is found as an entity containing: Transform. Sprite (Node -> Node2D -> Sprite). In Godot adding more of these (multiple sprites and colliders) is kind of free, the transform offset happens automatically.