- Изменено
tint black together additive blend shader problem
hi there.
I was previously supported with shader using tint black and additive blend.
Previous topic link
tint black together additive blend?: p56147
Some problem
Additive blends are also applied to slots that have no additive blends checked.
Sorry. Please support.
thank you.
Sorry for the long delay, just arrived back from vacation.
The usual way to assign different materials according to slot blend modes is via a BlendModeMaterialsAsset, which can be assigned as a SkeletonDataModifier asset. See this documentation section: spine-unity Runtime Documentation: SkeletonData Modifier Assets
So you should be able to create a copy of the provided Default BlendModeMaterials
asset and name it e.g. TintBlack BlendModeMaterials
, assign the desired materials with your custom tint black shaders and assign the TintBlack BlendModeMaterials
asset at the _SkeletonData
asset's Skeleton Data Modifiers
.