使用される Default BlendModeMaterials
は、デフォルトで3つのマテリアルSkeletonPMAAdditive
、 SkeletonPMAMultiply
、およびSkeletonPMAScreen
で構成されています。 これらの資料を見ると、ストレートアルファではなくPMAに設定されています。
したがって、「Straight AlphaTexture」を有効にして3つのマテリアルの独自のコピーを作成し、それらを「BlendModeMaterials」アセットに割り当てるか、プロジェクトでPMAマテリアルを必要とする人がいない場合は、既存のアセットで有効にすることができます。
The used Default BlendModeMaterials
is by default configured with three materials SkeletonPMAAdditive
, SkeletonPMAMultiply
and SkeletonPMAScreen
. If you look at these materials, they are set to PMA and not straight alpha.
So you can either create your own copies of the three materials with Straight Alpha Texture
enabled and assign them to the BlendModeMaterials
asset, or just enable it at the existing ones, if no-one requires PMA materials in your project.