@DaveTheCoder said:
You could set the parent's Self Modulate property to transparent (alpha channel == 0), assuming it's a CanvasItem.
I've done this probably too many times
I can confirm it works though and is a viable strategy if you want to make a parent CanvasItem invisible but keep it's children visible.
Comments
You could set the parent's Self Modulate property to transparent (alpha channel == 0), assuming it's a CanvasItem.
I've done this probably too many times
I can confirm it works though and is a viable strategy if you want to make a parent CanvasItem invisible but keep it's children visible.