Hello all,
Does anyone know of a way to change an attachment while an animation is running? I'm trying the below code and it does not work while the animation is running, though it does work when there is no animation playing. Thanks.
skeletonAnim.skeleton.SetAttachment("weapon2","images/gun2");
I am using 2dtoolkit BTW