Is there a way to get a glow to show through a CanvasModulate Node?

Godot Version

4.5.1

Question

My lighting system uses a canvas modulate to hide enemies but it appears that glow does not work with a canvas modulate, is there a way to make that not be the case? I can share images if needed

Fixed it.

Add a ‘CanvasItemMaterial’ to the ‘CanvasModulate’ and then set ‘Light mode’ to ‘unshaded’