mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[unity] Added null check at SkeletonRenderSeparator, closes #2823.
This commit is contained in:
parent
80e853b74b
commit
ff572ec8a4
@ -212,6 +212,7 @@ namespace Spine.Unity {
|
||||
}
|
||||
|
||||
public void UpdateVisibility () {
|
||||
if (skeletonRenderer == null) return;
|
||||
foreach (SkeletonPartsRenderer partsRenderer in partsRenderers) {
|
||||
if (partsRenderer == null) continue;
|
||||
|
||||
|
||||
@ -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.101",
|
||||
"version": "4.2.102",
|
||||
"unity": "2018.3",
|
||||
"author": {
|
||||
"name": "Esoteric Software",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user