Git Product home page Git Product logo

Comments (3)

oriongunning avatar oriongunning commented on June 21, 2024 1

@Mugen87 Yes, I realize that now and it make sense 100%.

I cannot wait to dig in and see what I can manage to do. I think we can close this now.

Many thanks for taking the time to explain.

ps: i feel a little silly now spending over a month trying to figure it out, looking in the wrong area, and making assumptions.

from yuka.

oriongunning avatar oriongunning commented on June 21, 2024

Ok, after digging into yuka internal working, if I do the following change to yuka.js, everything works as I want....

I was assuming yuka returned an empty array if no valid path was found.... Does this mean, I'm not using using Yuka the way it was intended? Any suggestions?

image

from yuka.

Mugen87 avatar Mugen87 commented on June 21, 2024

I was assuming yuka returned an empty array if no valid path was found

That is unfortunately not correct. NavMesh.findPath() always returns a path. If the start and end points lie outside of the nav mesh, the implementation tries to find the closest region so a path can be returned.

Navigation is a complex topic in games. And doing it automatically right for all use cases is tricky for an AI engine. Depending on your application logic, you often know that the start and end position of a game entity lie on your nav mesh. Sometimes you don't and automatic region assignment is unwanted since you don't want the AI to move. In this case, use NavMesh.getRegionForPoint() to find out whether a point (e.g. the game entities destination point) lies insides the level/navmesh. If not, don't trigger a path search via NavMesh.findPath().

from yuka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.