How do I move a mask without moving the children ?

This might be a stupid question but I have no idea how to do that because the mask has to be a parent of what I want to mask but that also means that I can’t move it without affecting the sprite…

At this moment it’s not possible to offset the mask/visuals non-hierarchically: you have to move the parent. As you do so, apply the opposite translation to the children.

In some cases you can animate the mask using mask padding.

2 Likes

This is exactly what I needed. Thanks!