Hi, I'm working on a 2D action game using Spine animations in Unity.
I have a 4-hit air combo animation, and each attack has a visual effect attached in Spine.
Everything looks fine inside the Spine editor, but in Unity, the 3rd attack's effect suddenly doesn't appear at runtime.
・All effects are setup the same way inside Spine
・The actual animation plays correctly, only the VFX is missing
Any idea what could be causing this?
This issue only started happening recently — the VFX on the 3rd attack was displaying correctly in Unity until yesterday.
I haven't made changes to the Spine file or Unity animation setup for that part, so I'm not sure what broke it.