Concept Flow - NavMesh Agent component
Start
Set Destination
Calculate Path on NavMesh
Move Agent Along Path
Check if Destination Reached
Continue Moving
Update Position
Repeat Until Destination Reached
The NavMesh Agent moves step-by-step towards a set destination by calculating a path on the NavMesh and updating its position until it reaches the target.