Harald Csaszar
|
6df16d4fe1
|
[unity] Added ontline-only single pass shaders to LWRP and URP packages. This allows for separate outline child GameObjects that reference the existing Mesh of their parent, and re-draw the mesh using this outline shader.
The component to ease replacing materials of the parent will be added in separate upcoming commit.
|
2020-03-27 16:56:33 +01:00 |
|
Harald Csaszar
|
3bac3da543
|
[unity] Added additional measures to prevent undesired setting of TK2D define. It has strangely been reported as enabled as if the respective button was pressed, although it never appeared - potentially a unity inspector UI bug.
|
2020-03-27 12:35:01 +01:00 |
|
Harald Csaszar
|
501677b969
|
[unity] Fixed SkeletonMecanim unnecessarily applying clips twice. Closes #1648.
|
2020-03-26 16:12:33 +01:00 |
|
Harald Csaszar
|
16c81c7b97
|
[unity] Fixed Update potentially not being called after Initialize in the first frame after instantiation in certain conditions. Closes #1646.
|
2020-03-23 13:49:31 +01:00 |
|
Harald Csaszar
|
36a6d62ef0
|
[unity] Fixed null reference exception at ActivateBasedOnFlipDirection Component. Closes #1643.
|
2020-03-17 11:42:07 +01:00 |
|
Harald Csaszar
|
016f438d59
|
[unity] SkeletonGraphic now fully supports SkeletonUtility for generating a hierarchy of SkeletonUtilityBones. Closes #1637.
|
2020-03-11 20:07:25 +01:00 |
|
Harald Csaszar
|
b86333b11a
|
[unity] Fixed drag&drop instantiation using last hierarchy node as parent when dopping over empty hierarchy area below last item. Closes #1641.
Also fixed a null reference exception in TextureModificationWarningProcessor reported by a user.
|
2020-03-11 15:30:18 +01:00 |
|
Harald Csaszar
|
919b7badcb
|
[unity] Added missing Fixed Normal Space option World-Space to all Sprite shaders (including URP and LWRP packages). Closes #1638.
|
2020-03-10 14:10:31 +01:00 |
|
Harald Csaszar
|
daa2a76b3a
|
[unity] Fixed Getting Started/4 Object Oriented Sample to no longer use Spineboy-unity asset but Spineboy-pro instead (which is included as a complete Spine example project on the editor side). See #1628.
|
2020-03-10 12:41:51 +01:00 |
|
Harald Csaszar
|
a4127df1a8
|
[unity] Fixed Tint black being ignored when used in combination with additive. Secondary dark color was not premultiplied with alpha before passed to the shader but multiplied in shader, which was wrong (as alpha was set to 0 for additive blending then). Closes #1634.
|
2020-03-06 14:53:56 +01:00 |
|
Harald Csaszar
|
216193e4b3
|
[unity] Fixed SkeletonUtilityEyeConstraint wrong offset when disabled and re-enabled. Closes #1632.
|
2020-03-02 17:05:17 +01: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 |
|
Harald Csaszar
|
41f9aeac18
|
[unity] Fixed a bug in SkeletonGraphic when submesh instructions are empty and clipping is active.
|
2020-02-24 15:42:34 +01:00 |
|
Harald Csaszar
|
844d08b2a4
|
[unity] Fixed ToAtlasRegionPMAClone() methods, led to undefined behaviour when ApplyPMA followed CopyTexture. Now joined to one method call, thus also improved efficiency. Closes #1616.
|
2020-02-17 17:50:15 +01:00 |
|
Harald Csaszar
|
68595c439d
|
[unity] Fixed clipping masks not always working on additional atlas pages, when clipping end slot is first submesh attachment. Closes #1618.
|
2020-02-17 16:21:29 +01:00 |
|
Harald Csaszar
|
405628baca
|
[unity] Fixed Hierarchy drag-and-drop instantiation not working on empty area. Fixes #1614.
|
2020-02-12 16:01:14 +01:00 |
|
Harald Csaszar
|
aa46627a52
|
[unity] Unity versions 2018.3+ now use TextureImporter Preset assets instead of template Texture2D assets. Closes #1524.
|
2020-02-06 20:48:07 +01:00 |
|
Harald Csaszar
|
6d3e63acf7
|
[unity] Minor bugfixes regarding Spine texture atlas importer reference assets. See #1524.
|
2020-02-06 19:01:16 +01:00 |
|
Harald Csaszar
|
804d1156da
|
[unity] Spine Preferences now provide an Atlas Texture Reference Settings parameter for applying customizable texture import settings at all newly imported Spine atlas textures. Materials Straight Alpha Texture parameter is also configured accordingly. Closes #1410, closes #1524.
|
2020-02-05 20:24:50 +01:00 |
|
Harald Csaszar
|
0ecc597a17
|
[unity] Preventing errors due to accidentally enabling TK2D defines via Spine Preferences, now only showing preferences section when TK2D is installed. Closes #1612.
|
2020-02-04 18:18:27 +01:00 |
|
Harald Csaszar
|
3a7aff7a5c
|
[unity] Improved SkeletonGraphic's "Match RectTransform with Mesh Bounds" features: providing a button in the Inspector, automatically called when instantiated in Editor. Closes #1607.
Improved general drag and drop behaviour of SkeletonDataAssets, they are now parented to the drop mouse-over target.
|
2020-01-30 17:02:25 +01:00 |
|
Harald Csaszar
|
ed40731684
|
[unity] Fixed unnecessary additional GC allocation of JSON deserializer in Editor (always caused allocation for version check). Closes #1608.
|
2020-01-27 12:02:16 +01:00 |
|
Harald Csaszar
|
d252df7ece
|
[unity] Fixed some compiler warnings when building for platforms instead of editor. Closes #1604.
|
2020-01-24 13:55:45 +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 |
|
Harald Csaszar
|
28ab23d6d0
|
[unity] minor - fixed method comment closing tag.
|
2020-01-18 16:57:21 +01:00 |
|
Harald Csaszar
|
ec7f79d460
|
[unity] Fixed color space of normalmap result when calling GetRepackedSkin() in Linear color space project. Providing additional parameter to specify additional texture layer color space now. Closes #1602.
|
2020-01-18 16:31:21 +01:00 |
|
Harald Csaszar
|
9acf99e763
|
[unity] Fixed shader compilation error on PS4 platform related to static const in function. Closes #1600.
|
2020-01-14 19:26:45 +01:00 |
|
Harald Csaszar
|
3cf66670cc
|
[unity] Fixed SkinUtilities.GetClonedSkin performing shallow copy at Attachment key. Closes #1599.
|
2020-01-14 18:54:04 +01:00 |
|
Harald Csaszar
|
ce61d429fd
|
[unity] Fixed SkeletonAnimationMulti sample component showing wrong first frame after switching skeletons. Closes #1598.
|
2020-01-13 18:02:35 +01:00 |
|
Harald Csaszar
|
5565022e42
|
[unity] minor: added parameter description comment.
|
2020-01-08 21:29:28 +01:00 |
|
Harald Csaszar
|
0f341f0594
|
[unity] Fixed GetRepackedSkin partially ignoring textureFormat argument. Closes #1593. Also added optional TextureFormat array parameter for additional texture layers.
|
2020-01-08 20:44:25 +01:00 |
|
Harald Csaszar
|
99ff4cba6b
|
[unity] Minor - fixed a component menu name string (looed like accidental string replacement).
|
2020-01-08 20:27:07 +01:00 |
|
Harald Csaszar
|
12897260d7
|
[unity] Fixed GetRepackedSkin() ignoring mipmaps argument. Closes #1582.
|
2019-12-23 17:34:37 +01:00 |
|
badlogic
|
89d9474e40
|
Merge branch '3.8' of https://github.com/esotericsoftware/spine-runtimes into 3.8
|
2019-12-20 12:23:21 +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
|
d4b29c34c7
|
[unity] Added support for Universal Render Pipeline (URP), including 2D Renderer (2D Lights) of Unity 2019.3 through an additional UPM package. Closes #1413.
|
2019-12-20 10:07:20 +01:00 |
|
Harald Csaszar
|
3f9d7b1c63
|
[unity] Fixed SkeletonData asset preview constantly loading when editing a prefab. Closes #1545.
|
2019-12-16 17:13:33 +01:00 |
|
Harald Csaszar
|
ce0b4ff2b2
|
[unity] Now supporting correct CanvasGroup alpha blending at SkeletonGraphic shaders via an additional parameter CanvasGroup Compatible. Closes #1576.
|
2019-12-16 14:52:08 +01:00 |
|
Harald Csaszar
|
c59b2676bb
|
[unity] Fixed Spine shader stencil parameters being hidden/shown inconsistently. Now there is a unified stencil foldout section, hiding complexity by default. Closes #1570.
|
2019-12-12 15:54:16 +01:00 |
|
Harald Csaszar
|
9550e9e6bc
|
[unity] Fixed Prefab Inspector constantly reloading in Unity 2019.3. Closes #1387.
|
2019-12-11 21:04:02 +01:00 |
|
Harald Csaszar
|
68bf9d60df
|
[unity] Fixed error when querying outline properties at LWRP shaders. Closes #1565.
|
2019-12-09 15:54:56 +01:00 |
|
Harald Csaszar
|
a239aee367
|
[unity] Import: Fixed Skeleton not being updated when atlas page texture count changed. Closes #1562.
|
2019-12-05 12:57:29 +01:00 |
|
Harald Csaszar
|
237b33d82f
|
[unity] Fixed Skin extension methods not copying skin bones and constraints. Closes #1556.
|
2019-11-28 14:39:39 +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
|
68ae7bd441
|
[unity] Added SkeletonRenderer.EditorSkipSkinSync property for setting custom skins in editor scripts. Only affects inspector synchronisation of skin with initialSkinName, not startup initialization. Closes #1469.
|
2019-11-25 19:19:52 +01:00 |
|
Harald Csaszar
|
7da21aff7a
|
[unity] Fixed reappearing incorrect draw order issue under some circumstances when using LWRP and 3+ submeshes with alternating materials. Now disabling GPU instancing at affected materials when fixDrawOrder parameter is enabled. Closes #1486.
|
2019-11-21 16:03:40 +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
|
915273d458
|
Example scenes: Updated Hero example character project. Merged spine-unity/Hero and ./Hero to a single new Hero project by Soren. The new project provides separate skins for morning star and sword. Updated other spine-unity example project versions.
|
2019-11-20 13:50:31 +01:00 |
|
Harald Csaszar
|
fa712fc325
|
[unity] Fixed Spine/Skeleton Lit shader not being affected by point lights. Closes #1550. Also fixed outline 4 vs 8 neighbourhood parameter being ignored (due to #pragma multi_compile / #pragma shader_feature not being evaluated in included cginc files, too late in preprocessor stage).
|
2019-11-19 17:10:35 +01:00 |
|