nole_djok Hi, everyone. I am new at spine. I use pixijs plugin spine and I have spine animation - line. I want to change position of this line. I thought I had to change lenghts in slot, but I cant. Please, give me information about it.
Nate You mean you have a path? The PathAttachment lengths are the lengths of each Bezier curve that makes up the path. You can change the vertices, see PathAttachment vertices. However, it may be easier to use weights to control the path with a bone. Then you can just position the bone.