pharan
324cbc89cc
[Unity] Some cleanup to runtime instantiation.
2016-01-26 07:39:39 +08:00
pharan
6e6e5a9438
[Unity] SkeletonAnimation.AddToGameObject() method for instantiation at runtime.
2016-01-26 07:29:40 +08:00
John
b8ccd5cbda
[Unity] Comments for SpineAttachment Attribute
2016-01-24 10:20:31 +08:00
John
53693c3faf
[Unity] Comments for CustomSkin.cs
2016-01-24 10:17:32 +08:00
NathanSweet
cf01d47796
Updated Event in anticipation of AnimationState changes.
2016-01-21 11:38:23 +01:00
NathanSweet
c333b84740
Javadoc.
2016-01-20 14:58:25 +01:00
NathanSweet
8e9595f496
Fixed missing inherit scale/rotation.
2016-01-20 14:58:13 +01:00
NathanSweet
4d9c3d5ec4
Backward attachment check!
...
Ouch!
2016-01-15 07:10:08 +01:00
NathanSweet
318b9939e6
Made consistent when slot vertices and attachment time are reset.
...
setAttachment resets vertices and attachment time only if the attachment actually changed. setToSetupPose always resets vertices and attachment time.
http://esotericsoftware.com/forum/Spine-API-SetToSetupPose-FFD-Questions-2102?p=26119#p26119
2016-01-15 07:02:09 +01:00
NathanSweet
c7bb3f3af8
Ensure the track entry has the correct time when start and end are fired.
...
#154
2016-01-12 17:18:45 +01:00
NathanSweet
b6f7e50ff7
Fixed events on first frame not being fired for looping animations when their duration is 1s.
2016-01-12 17:17:49 +01:00
NathanSweet
2650e2679d
Apply remaining time to next animation.
...
Previously one frame worth of delta time was lost.
When the end of an animation is passed, one frame goes by so the animation has a chance to apply its final pose and fire any events on its last few frames. The second animation starts using the amount of time since the actual end of the first animation.
#154
2016-01-12 06:46:11 +01:00
NathanSweet
ec3db90e65
Fixed skeleton flip.
2016-01-12 06:42:41 +01:00
John
06687a3595
Removed GetSkeleton. Still has .Skeleton property.
2016-01-11 20:42:51 +08:00
NathanSweet
f8ad5514af
AnimationState unit test.
...
Pharan, y u so silly?!
2016-01-11 09:16:55 +01:00
NathanSweet
426744afc1
Don't require animation selection.
2016-01-11 09:16:07 +01:00
NathanSweet
b9acf228f8
Clean up.
2016-01-11 02:18:37 +01:00
NathanSweet
f748b5b9bc
Fixed inherit scale/rotation not being initialized.
2016-01-11 02:18:31 +01:00
NathanSweet
50282a0209
Merge remote-tracking branch 'origin/master'
2016-01-11 00:32:41 +01:00
NathanSweet
37f2f9e880
Updated for Spine 3.0.00.
2016-01-11 00:32:36 +01:00
John
392a95590e
Merge pull request #504 from EsotericSoftware/unity-uwp-fix
...
Unity UWP Fix
2016-01-10 17:58:32 +08:00
pharan
3d6376f0e9
Merge branch 'master' into unity-uwp-fix
2016-01-09 01:01:31 +08:00
John
18850d9830
Merge pull request #486 from tsteinholz/master
...
[SFML] Fixed include statments
2016-01-08 11:55:47 +08:00
pharan
8c7038c0b9
[Unity] Autoreset will be a separate script until we clear up mixing stuff. Sorry for the confusion!
2016-01-05 15:41:10 +08:00
pharan
f0d1b75732
[Unity] Disabled a false error message.
2016-01-04 09:39:38 +08:00
pharan
ff5b7e67e4
[Unity] Updated Readme.
2016-01-04 09:10:18 +08:00
pharan
64f69343a2
[Unity] Allow SkeletonGhost use in camera distance sorting setup.
2016-01-02 18:55:45 +08:00
pharan
bfb58cbb19
[Unity] Some ExposedList use optimization within loops.
2016-01-02 17:50:49 +08:00
John
83a7ecc3b0
[TK2D] Fixed null array reference in some cases.
...
from this PR: https://github.com/EsotericSoftware/spine-runtimes/pull/400
The other half of this PR was already applied in a previous commit.
Thanks @YiDuwon
2016-01-02 06:36:02 +08:00
pharan
c92e0f95d8
Merge branch 'master' of https://github.com/EsotericSoftware/spine-runtimes
2016-01-02 06:08:06 +08:00
pharan
b7f2f526ac
[Unity] Fixed SkeletonDataAsset Inspector when drawing empty BoundingBoxAttachment
2016-01-02 06:06:31 +08:00
John
119e19c212
[Monogame] Fixed compatibility with spine-csharp
2015-12-31 15:34:11 +08:00
pharan
3d19e22064
[XNA] Fixed compatibility with spine-csharp
2015-12-31 11:58:04 +08:00
pharan
e116c15ffb
[Unity] Minor update to sample scene scripts.
2015-12-31 09:45:14 +08:00
pharan
fb9f53ee23
[Unity] Shortened new [SpineEvent] property drawer attribute.
2015-12-31 09:36:54 +08:00
pharan
4a7d3ecf96
[Unity] Extra constructors for WaitForSpineEvent
2015-12-31 09:34:56 +08:00
pharan
914419d5fa
[Unity] New Spine yield returns for coroutines.
2015-12-30 17:16:28 +08:00
pharan
92fb16b7c2
Merge remote-tracking branch 'esotericsoftware/master'
2015-12-30 17:04:44 +08:00
John
3843b7f9d3
Merge pull request #500 from EsotericSoftware/unity-attributes
...
[Unity] Property Attribute updates
New [SpineEventData] attribute.
Some refactoring.
2015-12-30 15:41:21 +08:00
John
6d386c544d
[Unity] SpineAttributeDrawer Update
2015-12-30 15:36:49 +08:00
John
7d002f99e5
[Unity] SpineAttributeBase & EventDataAttribute
2015-12-30 15:31:00 +08:00
John
da10b70b84
Merge pull request #499 from EsotericSoftware/unity-autoreset
...
[Unity] SkeletonAnimation Update
Built-in, Opt-in, generic Autoreset handling (under the Advanced foldout).
Inspector tooltips.
XML docs for public members.
2015-12-30 15:13:56 +08:00
John
96232f891c
Merge pull request #498 from EsotericSoftware/flickerfix
...
[Unity] Fix flickering in certain cases.
http://esotericsoftware.com/forum/Flickering-and-a-solution-for-it-5299
http://esotericsoftware.com/forum/Weird-flicker-between-some-of-the-animations-5577
https://github.com/EsotericSoftware/spine-runtimes/issues/494
Also included:
Moved attachment and flip array checks outside of extra loops in CheckIfMustUpdateMeshStructure to prevent O(2n) behavior.
Renamed some identifiers. "temp" is replaced with "working". The analogy is human brain's "working memory".
Added some cached references within the method's stack (where their members are frequently accessed).
Added comments for easy update, in preparation for incoming changes in Spine v3.
2015-12-30 15:06:46 +08:00
John
727c242e6f
[Unity] Fix for Unity UWP/Windows Phone
...
https://github.com/EsotericSoftware/spine-runtimes/issues/495
2015-12-30 14:59:23 +08:00
John
81eb9c49b4
[Unity] Fix for Unity UWP/Windows Phone
2015-12-30 14:58:09 +08:00
John
8006c7b4b9
[Unity] Fix for Unity UWP/Windows Phone
...
https://github.com/EsotericSoftware/spine-runtimes/issues/495
2015-12-30 14:55:05 +08:00
John
dd28645a0b
[Unity] Fix for Unity UWP/Windows Phone
...
https://github.com/EsotericSoftware/spine-runtimes/issues/495
http://de.esotericsoftware.com/forum/Can-t-build-a-Windows-Store-App-with-Unity-Errors-4354
2015-12-30 14:44:33 +08:00
John
bb7d131c28
[Unity] AnimationName warnings
...
https://github.com/EsotericSoftware/spine-runtimes/issues/444
This makes AnimationName getter and setter safer but still warns the user of unusual circumstances.
2015-12-29 04:46:36 +08:00
John
e37a9dd16b
[C#] Have world transforms ready on instatiation
...
This also allows [Spine-Unity] SkeletonRenderer to work by itself: https://github.com/EsotericSoftware/spine-runtimes/issues/453
2015-12-29 04:33:03 +08:00
John
66908cb2af
Merge pull request #496 from EsotericSoftware/unity-atlas-ingest-fix
...
[Unity] Atlas ingestion safety
2015-12-29 04:12:43 +08:00