We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01f9ea commit bf4a757Copy full SHA for bf4a757
Assets/Player/States/FollowState.cs
@@ -62,7 +62,7 @@ private void UpdateNavigation() {
62
minDistance,
63
maxDistance
64
);
65
- Player.Agent.speed = range.Map(0f, Player.Config.WalkSpeed);
+ Player.Agent.speed = range.Map(1f, Player.Config.WalkSpeed);
66
Player.Agent.acceleration = range.Map(8f, Player.Config.Acceleration);
67
}
68
0 commit comments