Since this is a RTS, the units are controlled by an AI Controller. So I think I need to make changes to the AI Controller and pathfinding. I don’t know where to start with this. The move command has to generate a path over nav mesh and this path would be handled by my custom movement controller.