- Home /
How to mask sprites inside sprite mesh?
I'm trying to animate a face using Anima2D for rigging. Anima2D generates Sprite meshes for sprites that would be rigged and animated.
My problem is that I need to hide the tongue and teeth inside the mouth, and for that I was using sprite masks wich are static and don't deform.
Is there a way to use sprite meshes as sprite masks? Or is there any other solution that i can use?
The image is an example of what's happening when I move the mouth (wich uses sprite mesh). As the sprite mask (marked in orange) don't deform, the teeth and tongue bypass the mouth.
PS: I've found about stencils, but i don't think they would work since i need to hide sprites inside sprite mesh (not normal sprites).
Your answer
Follow this Question
Related Questions
Sprite Color Mask 0 Answers
Custom sprite Shader works in 5.5, not 5.6 3 Answers
Apply a shader to multiple 2D sprites 2 Answers
How to mask sprites/animations using alpha channel 0 Answers
Sprite masking 3 Answers