mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
d1965f1b5d
@ -410,6 +410,9 @@ public class SpineEditorUtilities : AssetPostprocessor {
|
||||
|
||||
if(skin == null)
|
||||
skin = skeletonDataAsset.GetSkeletonData(true).DefaultSkin;
|
||||
|
||||
if(skin == null)
|
||||
skin = skeletonDataAsset.GetSkeletonData(true).Skins[0];
|
||||
|
||||
anim.Reset();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user