Merge branch '4.1' into 4.2-beta

This commit is contained in:
Harald Csaszar 2023-10-04 19:42:59 +02:00
commit 9385fb741f
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ namespace Spine.Unity {
}
public override void LateUpdate () {
if (updateTiming == UpdateTiming.InLateUpdate && valid)
if (updateTiming == UpdateTiming.InLateUpdate && valid && translator != null && translator.Animator != null)
UpdateAnimation();
// instantiation can happen from Update() after this component, leading to a missing Update() call.
if (!wasUpdatedAfterInit) Update();

View File

@ -2,7 +2,7 @@
"name": "com.esotericsoftware.spine.spine-unity",
"displayName": "spine-unity Runtime",
"description": "This plugin provides the spine-unity runtime core.",
"version": "4.2.27",
"version": "4.2.28",
"unity": "2018.3",
"author": {
"name": "Esoteric Software",