AIPath.CalculatePath?

If i set the AIPath’s auto recalculate to Never. Is there a way I can calculate the Path on demand after setting the destination?

My destinations don’t move, so I dont need it to recalculate again and again. Can i just set destination and give it a path?

Yes, you can call ai.SearchPath().

See IAstarAI - A* Pathfinding Project