Tint Sprite - Set color to a Sprite

Hello! I noticed that there is a Color property on the Sprite class.

However, we can only see the changes when we modify the alpha property (sprite.color.a). Is there a way to tint a sprite?

I have a white sprite that I would like to tint based on several conditions for my game.

Setting the sprite color does work for me:

1 Like

Sorry, another issue caused this behavior but it is working. Thanks!