Hey, so C3 only redraws anything if there is any movement on screen, so I guess you were just using it on a static layout.
We can mark effects as animated, which will force a redraw every tick if they are on screen even if nothing else moves. I made this change to the effect, so the newest version should show the animation on a static screen as well.
Exactly, to test it I had put it in a layout without movement, now it works like this too, thanks!
Given your skills, I wanted to ask you if it would be possible to create a conical light effect, I was using the procedural lighting addon, which is very nice for lights of various colors, but the light is only projected in a circular manner, while I would like it to be projected from headlights, chandeliers, etc. to cones, Thanks again