|
@@ -56,6 +56,10 @@ namespace Spine.Unity.Examples {
|
|
|
|
|
|
protected override void OnDisable () {
|
|
protected override void OnDisable () {
|
|
if (!Application.isPlaying) return;
|
|
if (!Application.isPlaying) return;
|
|
|
|
+
|
|
|
|
+ for (int i = 0; i < eyes.Length; i++) {
|
|
|
|
+ eyes[i].localPosition = origins[i];
|
|
|
|
+ }
|
|
base.OnDisable();
|
|
base.OnDisable();
|
|
}
|
|
}
|
|
|
|
|