It's how the engine works and is structured. Unity has a property approach where you create scripts that represent properties on your game object present in your level. Godot uses a component approach where you create nodes and sub nodes and place them in your level.

Comments