Why Scenes = Prefabs (but better)
In Unity, you build a GameObject, then drag it to create a Prefab. In Godot, you're always editing the "prefab" directly. Every .tscn file is both a working scene AND a reusable asset. No more "Apply to Prefab" headaches!