Hi,
I'm having problem with applying additive in specific part in Unity.
Loading Image
This is what I want to do. Only apply Additive on effect.
Loading Image
This is what I did in Spine. only ef bone checked Additive.
Loading Image
However, when our programmer tried to apply addictive by using Unity shader, he had to apply addictive on both character and effect. He said Unity shader can't access particular parts or slots of Spine but only the whole object, and looked up spine-unity samples but didn't find any solutions.
Is there a way to apply additive on only specific bones or slots in single work?
It would be great help!