2d lights behaving weirdly

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

Heya!

I have a couple of 2d lights that are being animated using an animation player.
Whenever you start the game, each of the lights might or might not work the way it should.

This is how it’s supposed to look:

And this not:

Also each light’s color is manipulated at the beginning of the game and each light is acting independently, so at at the start of the game, each of the lights might or might not work.
It almost seems like its a 50% chance of working correctly.

I have absolutely no clue what could cause this…

I have absolutely no clue what could cause this…

Neither do we! Please upload an example project (as minimal as possible). With the information you provided here it’s hardly possible to help you out!

njamster | 2020-09-20 21:31

:bust_in_silhouette: Reply From: kivuli

Aha, I found the problem!
It was because there was a second light set on “mix” on the same node.
Apparently that has caused this dimming to appear randomly.