49 Commits

Author SHA1 Message Date
Mario Zechner
97d49b37b7 License header update 2025-05-26 13:24:06 +02:00
Harald Csaszar
b214801a0a [unity] SkeletonRenderTexture: Changed default shader passes to only 0 instead of -1 (all passes) preventing common issues. 2024-08-23 11:57:21 +02:00
Harald Csaszar
1237174712 [unity] Added support for BlendModeMaterials to runtime instantiation from files. Closes #2542. 2024-06-05 21:41:57 +02:00
Harald Csaszar
773d27c398 [unity] Fixed SkeletonGraphicRenderTexture incorrect alpha blending. Closes #2520. 2024-05-07 16:28:15 +02:00
Harald Csaszar
05135df2eb [unity] Examples: Added pot and sack to Physics Constraints example scene. 2024-04-03 18:02:29 +02:00
Harald Csaszar
79db4fc912 [unity] Updated Physics Constraints example scene. 2024-03-28 18:19:51 +01:00
Harald Csaszar
06a15e865a [unity] Added Physics Constraints example scene. 2024-01-26 19:40:57 +01:00
Harald Csaszar
549f19383d [unity] Updated examples to use trackEntry.SetMixDuration(mixDuration, delay) instead of mixDuration. 2023-11-22 17:28:46 +01:00
Harald Csaszar
5d9b361b1c [unity] Adjusted example scripts to renamed MixAttachmentThreshold changes (see commit 1c16ea33). 2023-11-22 16:53:27 +01:00
Mario Zechner
4047f1ba07 Updated license headers. 2023-07-31 13:29:16 +02:00
Harald Csaszar
01b8c06800 [csharp] Code cleanup: replaced var with explicit type names. 2023-01-10 13:03:56 +01:00
Harald Csaszar
6ef7df4be6 [unity] Added example component SkeletonGraphicRenderTexture. Closes #2130. Added additional render callback delegates at SkeletonGraphic. 2022-08-02 16:06:10 +02:00
Harald Csaszar
b9606f0074 Merge branch '4.0' into 4.1-beta 2022-05-16 19:48:13 +02:00
Harald Csaszar
662c00d547 [unity] Minor cleanup of example scene description, removal of unnecessary lines. 2022-05-16 16:59:49 +02:00
Harald Csaszar
1ec9150965 Merge branch '4.0' into 4.1-beta 2022-03-10 17:14:43 +01:00
Harald Csaszar
9cd38191fc [unity] Added example component SkeletonRenderTextureFadeout and improved example scene and documentation. See #1337. 2022-03-10 17:00:26 +01:00
Harald Csaszar
935cb3b491 Merge branch '4.0' into 4.1-beta 2022-03-07 18:10:46 +01:00
Harald Csaszar
9acc768353 [unity] Added example component SkeletonRenderTexture to render to a render texture. Added fadeout example scene named 'RenderTexture FadeOut Transparency'. Closes #1337. 2022-03-02 22:15:13 +01:00
Harald Csaszar
da6016cf07 Merge branch '4.0' into 4.1-beta, fixed conflict. 2021-11-15 16:20:06 +01:00
Harald Csaszar
fe635d9a79 [unity] Minor cosmetic: updated GameObject name in example scene according to changed example script name in commit 1517ffcd. 2021-11-11 17:33:03 +01:00
Nathan Sweet
96a998b82d Spine Runtimes License Agreement update (September 24, 2021). 2021-09-24 18:18:19 -10:00
Mario Zechner
d12b15ca8d [csharp] Format all source code using formatters/.editorconfig 2021-08-18 18:59:53 +02:00
Harald Csaszar
60e67017e6 [unity] Added SkeletonGraphic blend modes support including new shaders and materials (Advanced - Multiple CanvasRenderers must be enabled). Closes #1316. 2021-07-27 17:03:40 +02:00
badlogic
ee3f088e6c Merge branch '3.8' into 4.0-beta 2020-10-23 11:26:34 +02:00
Harald Csaszar
b58c129e85 [unity] Updated remaining assets for major 4.0-beta runtime changes. See #1796. 2020-10-22 18:24:56 +02:00
Harald Csaszar
4ed4b87195 [unity] Added info text to "Mix and Match Equip" example scene that there is now a "Mix and Match Skins" example scene showing the new skin API. See #1628. 2020-09-30 17:17:16 +02:00
Harald Csaszar
899a109a13 [unity] Added an example scene "Mix and Match Skins" demmonstrating a character customization wardrobe system using the new Skins API, using the mix-and-match ("Spine dudes") asset. See #1628. 2020-09-30 16:57:20 +02:00
Harald Csaszar
30ce32519f [unity] Added outline-only shader Spine/Outline/OutlineOnly-ZWrite respecting overlapping attachments. Renders in two passes. Closes #1751. 2020-08-31 19:34:40 +02:00
Harald Csaszar
bc559625f2 [unity] SkeletonGraphic now supports multiple atlas textures via additional CanvasRenderer GameObjects. Closes #1592. SkeletonGraphic now also supports SkeletonRenderSeparator functionality. Closes #1254. See SkeletonRenderSeparator.unity scene for a usage example. 2020-05-25 20:22:04 +02:00
Harald Csaszar
3d7a4b3c05 [unity] Cleaned up and re-serialized all Spine Examples example scenes in regards to problems with recent Unity versions (some assets did not display due to serialization differences / auto update problems). 2020-02-26 20:45:20 +01:00
Harald Csaszar
917b65e45a [unity] Fixed example scene loading problems in recent Unity versions for scene "Dragon" and "Goblins". 2020-02-26 19:50:19 +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
847ec12e3d [unity] Added Outline Shaders example scene to demonstrate switching to outline materials. See #1531. 2019-11-27 13:47:51 +01:00
Harald Csaszar
572560d313 [unity] Updated Hero skeleton assets to new combined one with sword and morning star skins. Added example scene "SkeletonUtility Platformer HingeChain Physics" for demonstration of hinge chain physics. 2019-11-20 14:33:35 +01:00
Harald Csaszar
d3def95b08 [unity] Added 'SpriteMask and RectMask2D' example scene to demonstrate mask setup. 2019-10-15 15:36:23 +02:00
NathanSweet
842dffbd83 [all] Source clean up, formatting, and tabs for indentation. 2019-08-27 15:57:14 +02:00
Harald Csaszar
47033fa10a [unity] Minor changes: Spine Examples cleanup, removed a misleading unused component in Freezeboy example. 2019-08-23 15:23:51 +02:00
badlogic
7f7e5f0fec Updated license headers and LICENSE files. 2019-05-02 11:38:19 +02:00
Harald Csaszar
3da52c46b3 [unity] Fixed Instantiate from Script example (missing script in SkeletonGraphic part), closes #294 2019-01-09 16:21:36 +01:00
Harald Csaszar
c054f2ea2b [unity] Fixed Goblins example scene click behaviour. Closes #288. 2019-01-09 11:36:58 +01:00
pharan
0aa617c44a [unity] Updated some example scenes, code and assets. 2018-12-27 21:49:19 +08:00
pharan
0180f59336 [unity] Improved Mecanim+SkeletonAnimation example. 2018-12-20 10:54:19 +08:00
pharan
9a7f6add4b [unity] Frame limit example component and scene. 2018-12-17 16:09:42 +08:00
pharan
de543b2cfc [unity] Update 3.7 examples. 2018-12-10 02:32:51 +08:00
pharan
e4eff73497 [unity] Update Spine Examples 2018-07-13 23:44:06 +08:00
pharan
a23477aa06 [unity] Update examples. 2018-06-08 01:50:00 +08:00
pharan
207d51ae93 [unity] Update Examples. 2018-04-17 08:05:46 +08:00
pharan
0a61f34c61 [unity] Updated examples. 2018-04-04 17:17:06 +08:00
pharan
1606933335 [unity] Rename Examples to Spine Examples 2018-02-11 18:13:52 +08:00