I got 30+ layers in my game, i want to set an effect parameter change every X seconds depending on some conditions.
The problem is, i dont want that effect to affect the UI layers.
I dont want to pick every single layers and tell it to change the effect, it's too tedious to do...
Is there a way to tell the game to take all the layers except one or few of them?
Thanks!