Hello everyone.
I have a bug when I use OutlineMethod and SkeletonAnimator together.
When I do this around a character appear large black geometric shapes.
Code:
characterMaterial.addMethod(new OutlineMethod(0, 3, true, true));
character.animator = animator;
animator.play();
Can somebody check it? Any solutions?
Thanks in advance.