K Ken Onion New member May 7, 2025 #1 In old Movement Pack, I could modify the properties of the NavmeshAgent component through NavMeshMovement, Such as the following member variables. But I couldn't find them in Movement Pack Pro. Does this mean that I have to modify the original code or implement my own classes? Last edited: May 7, 2025
In old Movement Pack, I could modify the properties of the NavmeshAgent component through NavMeshMovement, Such as the following member variables. But I couldn't find them in Movement Pack Pro. Does this mean that I have to modify the original code or implement my own classes?
Justin Administrator Staff member May 7, 2025 #2 The speed and angular speed is now not used within the task. You can modify that value directly on the NavMeshAgent.
The speed and angular speed is now not used within the task. You can modify that value directly on the NavMeshAgent.
K Ken Onion New member May 7, 2025 #3 Justin said: The speed and angular speed is now not used within the task. You can modify that value directly on the NavMeshAgent. Click to expand... Thanks for your help! I want to make the character have different speeds when Wander or Seek. What is the best way?
Justin said: The speed and angular speed is now not used within the task. You can modify that value directly on the NavMeshAgent. Click to expand... Thanks for your help! I want to make the character have different speeds when Wander or Seek. What is the best way?
Justin Administrator Staff member May 8, 2025 #4 You can add a new task to the StackedTask at the same time Seek or Wander is playing that sets the speed or angular speed.
You can add a new task to the StackedTask at the same time Seek or Wander is playing that sets the speed or angular speed.