NavMeshAgentMovement stuck

On the seek component you can deselect update rotation which will prevent the NavMeshAgent from managing the rotation. From here you can take control with other abilities such as rotate towards.

For that specific situation though if you set another destination that is behind the agent in the corner then the NavMeshAgent should rotate the agent out of the corner.
 
Top