Showing nodes without visible content in the IDE view

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Daniel Mircea
:warning: Old Version Published before Godot 3 was released.

How can I show simple Node2D nodes in the 2D view, or any other items having no sprite attached?

Selecting them is the closest thing I found, but that comes with its own shortfalls.

:bust_in_silhouette: Reply From: Zylann

If you are using only Node2D with nothing else inside, you can use Position2D node, which has a visible appearance in the editor and is meant to be used as a “location” without ingame visibility.

Thank you! This is exactly what I needed.

Daniel Mircea | 2017-01-20 17:09