mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
[Unity] Fix SkeletonGraphic incompatible version fallback.
This commit is contained in:
parent
2a32c3e113
commit
18d7229b5d
@ -209,6 +209,11 @@ namespace Spine.Unity {
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#else
|
||||
public Skeleton Skeleton { get { return null; } }
|
||||
public AnimationState AnimationState { get { return null; } }
|
||||
public event UpdateBonesDelegate UpdateLocal, UpdateWorld, UpdateComplete;
|
||||
public void LateUpdate () { }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user