What add_child really does?

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

What’s the difference between instantiating a scene and adding it as a child and just instantiating it?

:bust_in_silhouette: Reply From: johnygames

When you instantiate it, it is created and stored in memory, but for it to be visible, it has to be added as a child to the scene tree.