Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Necromunger · Mar 09, 2016 at 03:20 AM · navmeshagentpathfindingagent

NavMeshAgent CalculatePath not working as expected

I have a circle of nav mesh agents with a priority of 1 with one agent in the center with an avoidance priority of 99.

I have then attempted to calculate a path outside of the circle the trapped agent is inside.

For some reason the status of the returned path is "PathComplete" when this quite obviously is not possible.

alt text

Is there any way to make the CalcuatePath method actually respect obstructions?

broken-path.png (349.1 kB)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by Richie_V · Dec 21, 2018 at 08:50 PM

I know this is super old, but for anyone who needs an answer, the fact is that Unity's NavMeshAgent doesn't actually calculate it's path with obstacle avoidance in mind, it just takes into account the NavMesh data and then tries to follow the path as best as it can avoiding near obstacles but without modifying the path, so when you use CalcuatePath, it only uses the NavMesh data. You could use the NavMeshObstacle to carve a hole in the NavMesh in real time so that the path takes the obstacle into account, but that's really resource intensive and should be used with caution.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Bunny83 · Dec 22, 2018 at 02:42 AM 0
Share

Right, to be more clear: The path that it calculates only involves "static" obstacles that has been baked into the mesh data. The collision avoidance is just a slight "dynamical" adjustment to the movement direction along the path to bypass dynamically changing / placed obstacles.


Since Unity 5.6 we now also have the additional Nav$$anonymous$$esh building components which have to be loaded from the store which provide runtime navemesh baking / rebaking. You may want to have a look at the training videos about those "new" features

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

38 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to redirect a navmesh agent's path based on area costs? 0 Answers

Randomize NavMeshAgents path finding with same destination 1 Answer

Is it possible to store NavMeshAgents paths and assign them to other NavMeshAgents later? 1 Answer

Trouble with Navmesh Agent and Navmesh Obstacle 0 Answers

NavMeshAgent and NavMeshObstacle together, unit jumping a small distance on toggle 2 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges