In Spine, when you have multiple atlas pages, the runtime will bind the necessary pages as needed. If your skeleton uses attachments that are spread across different atlas pages, Spine will handle binding those pages during rendering. This means that if your mask is placed on a different atlas page than your character regions, Spine will bind both pages when rendering the skeleton, provided that both are in use by the skeleton's attachments. However, keep in mind that having attachments on different atlas pages can lead to more texture binds, which may affect performance. To optimize, you might consider organizing your assets so that frequently used attachments are on the same atlas page.