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.

ObstacleAvoidanceType

enumeration

Description

Level of obstacle avoidance.

Properties

NoObstacleAvoidanceDisable avoidance.
LowQualityObstacleAvoidanceEnable simple avoidance. Low performance impact.
MedQualityObstacleAvoidanceMedium avoidance. Medium performance impact.
GoodQualityObstacleAvoidanceGood avoidance. High performance impact.
HighQualityObstacleAvoidanceEnable highest precision. Highest performance impact.