I have a sprite who changes collor depending on some logic in game. I currently use the effect "Replace Color" to change color of the sprite in real time. But I want to be able also to set a specific RGB color of the sprite to be transparent(invisible, alpha channel...) depending on the game logic.
With replace color looks like I can't to something like that. Is there an alternative effect I can use to achieve my goal? I could use diferent sprite layers, but I'm looking for a more simple/elegant solution if possible.