Is it possible that there is a navigation area anywhere where isn't tile?
I want an NPC to be able to use a Navigation2D to move anywhere where isn't a tile.
So far I've solved the problem by creating an invisible tile with a navigation area,
but this isn't a permanent solution and brings me a lot of problems.
Does anyone have a solution for me?