From 9efea584a02d867e26b724637f4b4c1b7ce4bcd5 Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Tue, 28 Oct 2025 20:25:53 +0100 Subject: [PATCH] [unity] Minor: Updated English 4.3-split-component-upgrade-guide with preceding breaking change. --- .../Spine/Documentation/4.3-split-component-upgrade-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spine-unity/Assets/Spine/Documentation/4.3-split-component-upgrade-guide.md b/spine-unity/Assets/Spine/Documentation/4.3-split-component-upgrade-guide.md index 19023cf6b..ea70b449a 100644 --- a/spine-unity/Assets/Spine/Documentation/4.3-split-component-upgrade-guide.md +++ b/spine-unity/Assets/Spine/Documentation/4.3-split-component-upgrade-guide.md @@ -168,6 +168,9 @@ Here's what changes for each component: | `skeletonRenderer.addNormals` | `skeletonRenderer.MeshSettings.addNormals` | Moved to MeshSettings | | `skeletonRenderer.calculateTangents` | `skeletonRenderer.MeshSettings.calculateTangents` | Moved to MeshSettings | +#### Hidden Lowercase Attributes +- `skeletonRenderer.maskInteraction` is replaced by Property `skeletonRenderer.MaskInteraction`. + #### Deprecated Lowercase Attributes - Lowercase attributes `initialFlipX`, `initialFlipY` and `initialSkinName` are now deprecated and will be removed in future runtime versions. Use the added properties of the same name but uppercase instead: `InitialFlipX`, `InitialFlipY` and `InitialSkinName`.