Can Tween interpolate all resource properties. Eg: morphing between Word Environments?

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

In my game I need to fade between day and night, and I am wondering if a single Tween node can do this for me by interpolating all the properties of a WorldEnvironment resource?

Right now I’m interpolating a couple select properites using the Tween node, but I wonder if I could simply this.

I guess blending between skybox HDRis would require some extra shader work, but I don’t need this actually.

:bust_in_silhouette: Reply From: Andrea

i think an animation node might be much easier.
you can add all the properties of the environment, and it will interpolate them in one single value.
You can also place some midstep color to create beatiful sunsets