Hi,
I am now trying to make animations using DragonBones in Unity. I need to change the color of the animation inside unity, but the “UnityArmatureComponent” doesn’t have any color option. How could I do that?
Hi,
I am now trying to make animations using DragonBones in Unity. I need to change the color of the animation inside unity, but the “UnityArmatureComponent” doesn’t have any color option. How could I do that?
I found out that I can change the color changing the material color of the material that is generated when I create the armature. Thanks anyway.