diff --git a/spine-unity/Modules/com.esotericsoftware.spine.addressables/Documentation/README.md b/spine-unity/Modules/com.esotericsoftware.spine.addressables/Documentation/README.md index 3b92bec1c..3906ae4d8 100644 --- a/spine-unity/Modules/com.esotericsoftware.spine.addressables/Documentation/README.md +++ b/spine-unity/Modules/com.esotericsoftware.spine.addressables/Documentation/README.md @@ -1,6 +1,6 @@ -## Spine Addressables Extensions [Experimental] +## Spine Addressables Extensions -This experimental plugin provides integration of Addressables on-demand texture loading for the spine-unity runtime. Please be sure to test this package first and create backups of your project before using. +This plugin provides integration of Addressables on-demand texture loading for the spine-unity runtime. Please be sure to test this package first and create backups of your project before using. The Spine Addressables Extension module covers all necessary steps to automatically replace your textures with low-resolution placeholder textures and loading the high-resolution textures upon request. The textures are automatically replaced with the low-resolution texture when building your game executable via a pre-build step (and reset to the high-resolution textures afterwards in the post-build step). There is no additional coding required. 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 51656a5d4..54ea7e24c 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 @@ -1,6 +1,6 @@ -## Spine UI Toolkit Extension [Experimental] +## Spine UI Toolkit Extension -This experimental plugin provides integration of UI Toolkit for the spine-unity runtime. Please be sure to test this package first and create backups of your project before using. +This plugin provides integration of UI Toolkit for the spine-unity runtime. Please be sure to test this package first and create backups of your project before using. The plugin adds a `SpineVisualElement` control element to be used with UI Toolkit, providing functionality similar to `SkeletonGraphic` to add your Spine skeletons to a Visual Tree Asset via UI Toolkit's UI Builder. ### Usage