• RuntimesUnity
  • URP Skeleton Litシェーダーを使用すると、半透明箇所が白くなり光っている印象を受ける

2DHD風の絵を作りたいとなり、3D空間にSpineモデルを配置し、URP/Spine/Skeleton Litシェーダーを使用しています。
キャラの動きが複雑なため、一部モデルでパーツをフェードさせて別のパーツにするというアニメーションを行っています。
その際、Litシェーダーを使用していると半透明箇所が白くなり、発光しているような印象を受けます。
(SkeletonDataAssetのPreviewでも同じく見えることから、LightやPostProcessで発光しているわけではなさそうです)
(シェーダーを複製して頂点カラーをそのまま色として描画するようにしたところ、完全に透明にはならなかったため、ここに問題があるかもと思いました)
これは意図した挙動でしょうか。この現象を回避する方法はあるでしょうか。
【環境】
・Unity6000.0.41f1
 Color Space:Gamma
・Spine4.1
・spine-unity Runtime 4.1.43
・spine-csharp Runtime 4.1.2
・spine Universal RP Shaders 4.2.42

test.zip
12kB
ef3a2e47-226e-457b-8c1d-0e9d6ca43878.zip
124kB
    Related Discussions
    ...
    • Editado

    ShiosakiYuta ・Unity6000.0.41f1
     Color Space:Gamma
    ・Spine4.1
    ・spine-unity Runtime 4.1.43
    ・spine-csharp Runtime 4.1.2
    ・spine Universal RP Shaders 4.2.42

    Please note that you are mixing Unity 6 with spine-unity 4.1 which only supports Unity versions 2017.1-2023.1 (see the download page here).
    Also, which might be more of a problem, you're mixing spine-unity 4.1 with spine URP Shaders 4.2, which will create problems whenever material properties are set via code or material inspector properties are drawn in a custom way. Please have a try whether using the proper spine-unity 4.2 version fixes the issue for you.

    We will have a look at your projects regardless and get back to you here on the forum in case we find anything obviously misconfigured.

    @ShiosakiYuta I just noticed that the zip packages only contain your Spine project and export files, but not a Unity reproduction project. If you have a display issue within Unity, please provide a minimal Unity project which still shows your issue. You can send it as a zip file to contact@esotericsoftware.com, briefly mentioning this forum thread URL so that we know the context.

    Please create the minimal reproduction project with spine-unity version 4.2, this way you can also see whether your incorrect mixing of versions is the cause of the issue.

    返答ありがとうございます。
    Spine4.2を使用してみましたが、結果は変わりませんでした。
    メールにてUnityProjectと問題の発生しているSpineファイルを送付しました。
    お手数をおかけしますが、ご確認をお願いします。

    また、添付したSpine-DragonのファイルをUnity上で開くと、関節が光って色が浮いてしまう現象があります。
    モデル側に問題があるか、Unity側に問題あるかも確認していただけると幸いです。
    よろしくお願いします。

    【アップデート後環境】
    ・Unity6000.0.41f1
     Color Space:Gamma
    ・Spine4.2
    ・spine-unity Runtime 4.2.100
    ・spine-csharp Runtime 4.2.36
    ・spine Universal RP Shaders 4.2.42

    @ShiosakiYuta Thanks for sending the reproduction package, we received everything. It was indeed a bug which you have discovered regarding GI and slot alpha transparency, thank you for reporting!

    A new 4.2 Spine URP Shaders UPM package is available for download:
    https://esotericsoftware.com/spine-unity-download
    Please let us know whether this resolves the issue for you as well.

    Issue ticket URL for later reference:
    EsotericSoftware/spine-runtimes2798

    A side note: in your reproduction project, the settings of both skeleton atlas textures and materials were incorrectly set up for PMA workflow, but the textures seem to have been exported as straight alpha workflow. This leads to additional undesired light outlines around attachments. I assume that this was just the case in your reproduction project. I'm mentioning it anyway in case it is relevant for your main project.

    @Harald
    迅速な対応ありがとうございます!
    透過パーツが発光したように見える現象について、修正を確認できました!
    また、関節の発光について、デザイナーとの認識が取れていませんでした。
    MaterialのStraightAlphaTextureプロパティにチェックを入れることで解決しました!
    サポートありがとうございました。

    @ShiosakiYuta Thank you for confirming so quickly that the problem has been resolved by the update.

    Please note that you should not only change the Material Straight Alpha Texture property, but there are also texture settings which avoid other problems. You can also set a straight alpha preset in Spine Preferences which performs these settings correctly upon import, so you don't have to manually change everything. See the documentation here on "Correct Texture Packer export and Texture and Material import settings".