LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

NavMeshAgent.autoRepath

public bool autoRepath;

Description

Should the agent attempt to acquire a new path if the existing path becomes invalid?

A new path calculation is also attempted aquired if the agent reaches the end of a partial and stale path.