+1 vote

Given a tile map how do I get the navigation polygon instance of the tiles?

I have a tile map based navigation system and I need to modify the polygon at run time. From what I gathered I need to get the navigation polygon instance, modify it and tell the Navigation2D to use it but I cannot find a way to get the navigation polygon instance from the tile map.

in Engine by (24 points)

1 Answer

+1 vote
Best answer

Hi J-Camlller,
You can use $TilemapName.tileset.tile_get_navigation_polygon(tile_id). Should do the job.

Good luck!

by (864 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.