20-08-2024, 09:12 PM
(This post was last modified: 20-08-2024, 09:13 PM by josemendez.)
(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,