Components Flashcards
1
Q
NavMeshAgent
A
Part of Unity’s built-in AI system. When a GameObject has a NavMeshAgent component, that GameObject can use AI to find its way around an environment.
2
Q
You can make your own custom components that do anything we like by writing ____.
A
code
3
Q
We use the ______ window to change values on components.
A
inspector