stackoverflowguy34124
stackoverflowguy34124

Reputation: 13

Is there any way to use Navmesh with physics in unity using steeringTarget and CalculatePath()?

I am trying to make an enemy for my game, and I got it to work using Navmesh. The only problem I have is that my character controller for my player is rigidbody based, and I want the player to be able to push the Navmesh agent around. I think this can be achieved by CalculatePath() and steeringTarget, but I am still not sure how the code would work. Thanks in advance

Upvotes: 1

Views: 627

Answers (0)

Related Questions