Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation support? #30

Open
rainbowlotus-games opened this issue Jun 26, 2021 · 1 comment
Open

Navigation support? #30

rainbowlotus-games opened this issue Jun 26, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@rainbowlotus-games
Copy link

rainbowlotus-games commented Jun 26, 2021

Hey,

I'm trying to add Navigation to my tiles, but it seems the type "navigation" is not yet supported. Is that correct?
As in, I expect adding "navigation" as the type of the tile, it would create a NavigationPolgyon node and so on, to the Sprite, in the Godot scene. Also, even if this would work, a TileMap needs a Navigation2D node as the parent - currently the parent of each TileMap is just a Node2D. So how would this work? Am I better off in just having anything I want to be navigatable on a seperate, Godot only TileMap, for now?

@bjorn
Copy link
Member

bjorn commented Jun 28, 2021

@rainbowlotus-games If it is clear what you need the exporter to do and it would be useful for others as well, I would encourage you to contribute to the exporter. This could be code changes, or just describing the desired behavior in detail. Currently your description is a little light on details, so it would be hard for somebody to make the desired improvements to the plugin without knowing the relevant Godot systems.

Necessary information is for example how do the Navigation2D node or the NavigationPolygon node look like in the Godot file format? Or how does one usually set those up in Godot?

@MikeMnD MikeMnD added the enhancement New feature or request label Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants