Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

NavMeshAgent + Timeline animation problem.

Discussion in 'Navigation' started by Dureo, Aug 19, 2019.

  1. Dureo

    Dureo

    Joined:
    Feb 16, 2016
    Posts:
    3
    I have a problem. I have a NavMeshAgent that in some moments is controlled by timeline animations as cutscenes.

    In some of these animations the character have to climb wals, ropes or ladders. But when try to use these animations the character doesn't moves in Y.

    I tired with NavMeshAgent.updateUpAxis = false;