Navigation2D on top of everything?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ramshell

If you have a simple scene like this:

  • Node2D
    • Navigation2D
      • TileMap
    • Sprite

When you hit play you are unable to see the sprite even though you should be.

Does anyone know if this is a bug or I’m missing something ?

I’m working on the 3.0.2-stable version.

You should be able to see it, but I can’t help more without seeing the project.

Zylann | 2018-06-09 15:02

The minimal project would be a simple nav2d with a child tilemap (draw anything) and then a sprite below the nav2d (it could be the godot icon). All with a Node2D as a root.

Ramshell | 2018-06-09 15:11

Works for me. Can you upload a project reproducing this?

Zylann | 2018-06-09 15:21

I found the problem. It was some error with the import of the tilemap via tiled plugin. Thanks!

Ramshell | 2018-06-10 22:11