From 4bb71296fd8182f958d4dd9c0ceb0fb28331e1ee Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 16 Apr 2025 15:05:32 +0200 Subject: [PATCH] [unity] Updated readme files after promoting on-demand-loading and addressables UPM packages from experimental to regular package. --- .../Documentation/README.md | 4 ++-- .../Documentation/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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