Jump to content

Additionnal Navigation only system


YouGroove
 Share

Recommended Posts

I mean like actual navmesh system, but witout character cylinder physics management, just a Goto function from point A to point B.

For example giving a value between 0 to 1 it would return start position with 0 and end position reach with vaue 1. So giving intermediate values between 0 and 1 it would return a position along the navmesh calculated path.

 

 

So we could use any physic shapes, and it will be to us to make the level good or change some things to avoid thin path where some collision character could not pass.

Stop toying and make games

Link to comment
Share on other sites

This is available in C++ already so I assume you mean exposing this to Lua?

 

Would be usefull if officially included in LE3 and Lua.

Of course you are still restricted to the calculation considering the character controller size for the path found.

 

This is indeed where your own custom stuff, if your level is aranged t have entities able to avoid obstacles and not be blocked in any thin passage, than there is no problem, or mix with your own methods (raycast etc ...)

The cylinder fixed size is so much restrictive, specially if you don't make a game with only characters , but aliens, monsters vehicles of any size.

Stop toying and make games

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...