mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-14 11:01:36 +08:00
Merge branch '4.1' into 4.2-beta
This commit is contained in:
commit
1a7e76bab4
@ -68,7 +68,8 @@ namespace Spine.Unity.Playables {
|
||||
}
|
||||
|
||||
public override void OnGraphStop (Playable playable) {
|
||||
if (!isPaused && endAtClipEnd)
|
||||
bool isStoppedNotPaused = playable.GetGraph().IsPlaying(); // end of track was reached or graph stopped.
|
||||
if (isStoppedNotPaused && endAtClipEnd)
|
||||
HandleClipEnd();
|
||||
}
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "com.esotericsoftware.spine.timeline",
|
||||
"displayName": "Spine Timeline Extensions",
|
||||
"description": "This plugin provides integration of spine-unity for the Unity Timeline.\n\nPrerequisites:\nIt requires a working installation of the spine-unity and spine-csharp runtimes as UPM packages (not as spine-unity unitypackage), version 4.2.\n(See http://esotericsoftware.com/git/spine-runtimes/spine-unity)",
|
||||
"version": "4.2.11",
|
||||
"version": "4.2.12",
|
||||
"unity": "2018.3",
|
||||
"author": {
|
||||
"name": "Esoteric Software",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user