Hi,
We're working on a game having two switchable characters. Both have a spine (version 4.1) played on two tracks. One for main actions (running, attacking, idle, etc...) another one just used for additional overlay (hurt, invincibility, etc...). On this overlay track, animation like hurt is just changing the color slots of the assets. This used to work fine with both characters. We recently added some hair and clothe animation of one of the character (for instance while idle or running etc....) and it seems that just for this character, overlay track is no more working as intended in runtime (for instance hurt animation should behave like a red tint through the whole body, but nothing appear, or sometimes it does but just during one or two updates...). We checked spine asset in Skeleton viewer and everything work fine. Nothing was changed on the code (dev side) and the other character (without clothes animation) still works fine and his overlay animations are good. Someone has a hint?
Spine 4.1 running on Pixi Engine (Javascript / Html)
Thomas Hmm, that sounds like a very strange situation. We might not be able to find the cause without seeing the actual Spine project. Could you send us the Spine project via email?: contact@esotericsoftware.com
As long as the problem can be reproduced, the Spine project you send us can be as minimal as possible. For example, if the problem can be reproduced even after deleting most of the attachments, then it is fine to send us a project with only some of the attachments remaining.
Please include the URL of this forum thread in the email so we know the context. Then we can take a look at what's wrong.
For your information, I can tell you that both the slot color animation and the tint black animation were applied correctly, as far as I tested using the spine-pixi example.
I can think of one possibility: it's possible that the slot color animation has been overwritten by another animation on the higher track. If the higher track has a slot color key, even if if it does not actually change color, it is possible that the color animation of the lower track will not be applied because of it.
Misaki Hi, Thank you for your answer! Actually we just found the cause of our issue. Some bones were added mistakenly on animations to be played on the overlay track ('hurt', 'invincible') which, apparently was breaking the tint... We removed those unwanted bones and again all is working fine!
Misaki Hi, Actually some slot colors order were mistakenly changed on animations to be played on the overlay track ('hurt', 'invincible') which, apparently was breaking the tint... And we still don't understand why everything was ok on Skeleton Viewer but not in runtime! Once more thanks a lot for answering so quickly!