Image casting shadows?

Currently I have an image object under my canvas in my world. Somehow it is casting shadow on the ground, is there anyway to disable it? For textbox, it does have shadows as well.
image.png

Original Post on Discord

by user 204651044183998464

Hi, you may add the additional canvas data component and disable shadow casting there
image.png

image.png

Just figured out the same solution at the same time you answered me, works like a charm! Thanks!

by user 204651044183998464

@marcel :cactus: what do you think about disabling shadow casting / receiving for UI Elements by default and then it can be turned on if really wanted via the component?

@herbst🌡 yes agreed. I thought it was setup like that but apparently not. Oops. Going to change the default to NOT castShadows (and also not receive shadows which was also true by default)