Are World Environments Persistent?

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

I have 2 scenes with World Environment node in each. While in scene 1 and loading scene 2 I get:

WARNING: WorldEnvironment::_notification: World already has an environment (Another WorldEnvironment?), overriding.

Doesn’t the previous world Environment node get deleted upon loading a new scene?

:bust_in_silhouette: Reply From: volzhs

When you add 2 WorldEnvironment at one scene,
you can see this warning message also.
As warning message says, only one WorldEnvironment is allowed.

It’s not deleted automatically to keep only one.
You should manage it.