What transfers
Composition, prefabs, event-driven UI, component boundaries, input abstraction, and data-driven tuning all still matter.
Translate GameObject, Prefab, MonoBehaviour, and C# habits into Godot's scene-first workflow.
Translate your Unity habits into Godot's scene-first workflow with practical code, checkpoints, and production context.
Before jumping to the next page, turn the idea into one tiny scene or script. That is where the Godot habit sticks.
Notice when you are reaching for an empty GameObject or GetComponent habit.
If you also know Unreal, compare this with Actor and Component ownership.
Start from a typed root node and make the scene tree describe the gameplay unit.
Rebuild one simple Unity prefab as a Godot scene with exported tuning values.