Mario Zechner
|
d12b15ca8d
|
[csharp] Format all source code using formatters/.editorconfig
|
2021-08-18 18:59:53 +02:00 |
|
Harald Csaszar
|
30906eabdc
|
[unity] BoneFollower property pair followScale and followScaleMode are reverted back to followLocalScale. Automatically updates serialized values. Reverts changes by commit cdcdb64 which no longer provide any benefits.
|
2021-02-12 19:57:01 +01:00 |
|
Harald Csaszar
|
f9c81e9040
|
Merge branch '3.8' into 4.0-beta
|
2021-02-11 19:38:49 +01:00 |
|
Harald Csaszar
|
3bf9c3508f
|
[unity] Fixed BoneFollower and BoneFollowerGraphic not reacting correctly to parent Transform rotation, as well as to negative Transform scale of a non-parent skeleton Transform. Closes #1837.
|
2021-02-11 17:48:53 +01:00 |
|
Harald Csaszar
|
c84e0328f1
|
Merge branch '3.8' into 4.0-beta
|
2021-01-11 15:11:41 +01:00 |
|
Harald Csaszar
|
a7f629f504
|
[unity] Fixed BoneFollowerGraphic silently failing at Transform instead of RectTransform by requiring component RectTransform. Closes #1828.
|
2021-01-07 16:20:19 +01:00 |
|
Harald Csaszar
|
bf4df3b5f3
|
Merge branch '3.8' into 4.0-beta
|
2020-11-16 21:31:57 +01:00 |
|
Harald Csaszar
|
6d83190946
|
[unity] Added null checks at BoundingBoxFollower classes to handle SkeletonData not being assigned.
|
2020-11-16 13:00:31 +01:00 |
|
Harald Csaszar
|
97cf4a9294
|
Merge branch '3.8' into 4.0-beta
|
2020-11-11 16:06:57 +01:00 |
|
Harald Csaszar
|
d0681d7929
|
[unity] Previous commit 75b9321 was missing two added files. Added BoundingBoxFollowerGraphic component. [..] See #1770.
|
2020-11-10 16:45:09 +01:00 |
|
badlogic
|
ee3f088e6c
|
Merge branch '3.8' into 4.0-beta
|
2020-10-23 11:26:34 +02:00 |
|
Harald Csaszar
|
faf9bbfe87
|
[unity] Removed redundant [SerializeField] attributes at public members. Closes #1757.
|
2020-09-10 18:06:26 +02:00 |
|
Harald Csaszar
|
7011a462db
|
[unity] Added root motion scale parameters. Added SkeletonRootMotion.AdjustRootMotionToDistance() and more for delta compensation (to e.g. stretch a jump to a given distance). Closes #1754.
|
2020-09-02 19:48:28 +02:00 |
|
Harald Csaszar
|
cccd2132bf
|
[unity] Added/updated HelpUrl of Spine components, now pointing to proper sections of online spine-unity doc.
|
2020-09-01 16:25:23 +02:00 |
|
Nathan Sweet
|
896e6a419c
|
Merge branch '3.8' into 4.0-beta
|
2020-08-10 23:56:47 +02:00 |
|
Nathan Sweet
|
33e2aea7ff
|
Merge branch '3.8' into 4.0-beta
|
2020-08-10 23:53:10 +02:00 |
|
Harald Csaszar
|
0e2ced5042
|
[unity] PointFollower and BoundingBoxFollower now correctly unsubscribe from events on deletion / disable. Closes #1729.
|
2020-07-29 11:53:32 +02:00 |
|
Harald Csaszar
|
eadce3188c
|
[unity] Fixed BoundingBoxFollower exception in editor upon loading. Closes #1696.
|
2020-06-08 20:18:11 +02:00 |
|
Harald Csaszar
|
f4408185f7
|
Merge branch '3.8' into 3.9-beta
|
2020-01-21 13:44:43 +01:00 |
|
Harald Csaszar
|
c568169821
|
[unity] Fixed BoneFollowerGraphic throwing null reference exception if it has no Canvas parent. Closes #1603.
|
2020-01-21 13:41:26 +01:00 |
|
badlogic
|
934bec56b7
|
Merge branch '3.8' into 3.9-beta
|
2019-12-20 12:27:35 +01:00 |
|
badlogic
|
b67bf992a0
|
Single bone IK fix and license header update. Closes #1580, closes #1581.
|
2019-12-20 12:20:46 +01:00 |
|
Harald Csaszar
|
cdcdb64a4f
|
[unity] BoneFollower can now optionally follow (uniform) world scale of the reference bone. Renamed BoneFollower.followLocalScale to followScale. Scenes and prefabs are automatically upgraded, code needs manual correction.
|
2019-12-10 16:28:32 +01:00 |
|
NathanSweet
|
45362e60bf
|
[all] Source clean up, formatting, and tabs for indentation.
|
2019-08-28 17:36:51 +02:00 |
|
NathanSweet
|
842dffbd83
|
[all] Source clean up, formatting, and tabs for indentation.
|
2019-08-27 15:57:14 +02:00 |
|
Harald Csaszar
|
a6273e2a3f
|
[unity] BoneFollower now has an additional option to not follow xy position (to follow rotation only). Closes #1451.
|
2019-08-14 18:03:24 +02:00 |
|
Harald Csaszar
|
68f0c2f9f3
|
[unity] BoneFollower now has an additional option to not follow xy position (to follow rotation only). Closes #1451.
|
2019-08-14 18:02:02 +02:00 |
|
Harald Csaszar
|
bac735f7ed
|
[unity] Fixed warnings about obsolete prefab method calls (missing #if branch for Unity 2018.4). Closes #1428.
|
2019-08-05 19:03:42 +02:00 |
|
Harald Csaszar
|
024d413e9f
|
[unity] Fixed warnings about obsolete prefab method calls (missing #if branch for Unity 2018.4). Closes #1428.
|
2019-08-05 19:02:11 +02:00 |
|
Harald Csaszar
|
59746ccbf6
|
[unity] Deprecated Modules/SlotBlendModes/SlotBlendModes component. Changed it's namespace from Spine.Unity.Modules to Spine.Unity.Deprecated. Lots of files and components moved to new directories for restructuring cleanup.
|
2019-07-16 20:01:47 +02:00 |
|