Эх сурвалжийг харах

[unity] Added remark for custom blend modes not being supported by SpineVisualElement.

Harald Csaszar 10 сар өмнө
parent
commit
cb98ed71bc

+ 2 - 0
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.