mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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
|
#endregion
|
||||||
|
#else
|
||||||
|
public Skeleton Skeleton { get { return null; } }
|
||||||
|
public AnimationState AnimationState { get { return null; } }
|
||||||
|
public event UpdateBonesDelegate UpdateLocal, UpdateWorld, UpdateComplete;
|
||||||
|
public void LateUpdate () { }
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user