mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 17:26:01 +08:00
[unity] Fixed SkeletonAnimation isUpdatedExternally accidentally being persisted. Closes #2965.
This commit is contained in:
parent
1d6d3f14f7
commit
9cccd52c2e
@ -93,7 +93,7 @@ namespace Spine.Unity {
|
||||
#if USE_THREADED_ANIMATION_UPDATE
|
||||
#region Threaded update system
|
||||
[SerializeField] protected SettingsTriState threadedAnimation = SettingsTriState.UseGlobalSetting;
|
||||
public bool isUpdatedExternally = false;
|
||||
protected bool isUpdatedExternally = false;
|
||||
|
||||
public bool IsUpdatedExternally {
|
||||
get { return isUpdatedExternally; }
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "com.esotericsoftware.spine.spine-unity",
|
||||
"displayName": "spine-unity Runtime",
|
||||
"description": "This plugin provides the spine-unity runtime core and examples. Spine Examples can be installed via the Samples tab.",
|
||||
"version": "4.3.25",
|
||||
"version": "4.3.26",
|
||||
"unity": "2018.3",
|
||||
"author": {
|
||||
"name": "Esoteric Software",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user