I ran into an issue today where updating a Skin object and setting it has no effect because 'Skeleton' will check if the current skin is the same as the one you are setting it. To get around this I can set the skin to null and then set it back, but it seems clumsy - is there a way to update a Skin?