I have several “Nav Mesh Agents” in my program and I want to assign certain variables randomly.
In the Inspector/NavMeshAgent, I know how to set my agents Speed and Acceleration manually. And I know how to create random numbers using Random.Range(min, max)…no problem there.
I simply cannot find the unity/C# syntax to assign random values to those attributes.