alexzchen Posted August 31, 2019 Share Posted August 31, 2019 I have some sprites, I want to overlay one of them with a picture, looks like multiply blendMode, but without affecting the other sprites. I tried use mask,but it makes the sprite transparent. Is there any way can do this? Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted August 31, 2019 Share Posted August 31, 2019 put them in the same container, add AlphaFilter on it - that way they'll be rendered in temporary renderTexture. However, beware that multiply mode makes black where the source is transparent. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.