From cb98ed71bc58bb6e33ddae9b78961fb8abbccc21 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Fri, 8 Nov 2024 19:11:45 +0100 Subject: [PATCH] [unity] Added remark for custom blend modes not being supported by SpineVisualElement. --- .../Documentation/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spine-unity/Modules/com.esotericsoftware.spine.ui-toolkit/Documentation/README.md b/spine-unity/Modules/com.esotericsoftware.spine.ui-toolkit/Documentation/README.md index e47c6f18d..51656a5d4 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.ui-toolkit/Documentation/README.md +++ b/spine-unity/Modules/com.esotericsoftware.spine.ui-toolkit/Documentation/README.md @@ -11,3 +11,5 @@ The new `SpineVisualElement` can be found in the Unity `UI Builder` window under ### Limitations Premultiply-alpha (PMA) atlas textures are not supported due to limitations of the UI Toolkit `VisualElement` API, not allowing custom shaders. Please export your atlas textures as straight alpha to avoid artifacts. + +Custom slot blend modes (additive, muliply, screen) are not supported due to the same custom shader limitation. \ No newline at end of file