We are currently trying to create an automated method in our game to create new skins at runtime by picking pieces of other skins we have already created (viewtopic.php?f=11&t=618).
The thing is, in order to make this kinda automatic so we don't have to hard-code anything, we would need a list of "skin placeholder"'s names that are attached to a slot in spine (wether they have or not an attachment inside).
Is there any way to get this list given a specif slot?
Thanks a lot.
Ps: we are using LibGdx