Hi, in the runtimes there are things like SkeletonAttachment and Vertex Effect. However afaik it is not possible to export multiple skeleton into one export and I can't find the vertex effect anywhere. Are they meant to be runtimes only feature? I can't find any documents for it
Runtimes features that aren't available in the editor
- Изменено
VertexEffect manipulates the vertices before rendering. There is no editor equivalent. It is in all runtimes.
SkeletonAttachment allows a skeleton to be attached to another skeleton as an attachment. There is no editor equivalent. It is only in spine-libgdx.
You can see VertexEffectTest and SkeletonAttachmentTest for usage.
Thank you!