Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Demo Scene - Snake - Navmesh
#2
(20-08-2024, 08:27 PM)devmert Wrote: Hello,

The controls of the snake in your Snake demo are good but I want to move it only on the ground using the point&click logic mechanics using the navmesh agent.

How can I do it?
Thanks

Hi there!

Can’t really help you with navmesh stuff, as this forum is for questions related to Obi.
For the point and click logic I would start by looking at Unity’s raycast method, and for questions related to how to use the navmesh system I would suggest asking on Unity discussions.

Once you have your point+click+navmesh system working, it’s just a matter of moving the snake’s head towards the destination point.

Kind regards,
Reply


Messages In This Thread
Demo Scene - Snake - Navmesh - by devmert - 20-08-2024, 08:27 PM
RE: Demo Scene - Snake - Navmesh - by josemendez - 20-08-2024, 09:12 PM
RE: Demo Scene - Snake - Navmesh - by devmert - 20-08-2024, 10:47 PM
RE: Demo Scene - Snake - Navmesh - by josemendez - 21-08-2024, 07:44 AM