Harald Csaszar
|
ff3492d941
|
[unity] Fixed a potential null reference exception, potentially leading to failing drag and drop instantiation.
|
2024-09-20 11:32:42 +02:00 |
|
Harald Csaszar
|
4038bc9ba1
|
[unity] Fixed Perforce auto check-out of unchanged files upon re-import, performing rever unchanged automatically. Closes #2618.
|
2024-08-30 18:18:21 +02:00 |
|
Harald Csaszar
|
cff6943c3a
|
[unity] Minor: fixed formatting or last commit 54e4630.
|
2024-08-29 17:44:36 +02:00 |
|
Harald Csaszar
|
54e463048a
|
[unity] SpineVisualElement improvements. Now supports settings reference mesh bounds via a different bounds animation.
|
2024-08-29 17:27:07 +02:00 |
|
Harald Csaszar
|
cdc1a3a539
|
[unity] Fixed quotes in Skeleton Prefab Mesh causing Unity Search Indexing issues, using brackets now. Closes #2572.
|
2024-07-08 18:23:55 +02:00 |
|
Harald Csaszar
|
853dc33e19
|
[unity] Minor: fixed whitespace formatting.
|
2024-07-05 13:01:18 +02:00 |
|
Harald Csaszar
|
e076a1c7d9
|
[unity] Added missing attribute drawer changes of last commits for ui-toolkit package (on spine-unity side).
|
2024-07-05 12:56:17 +02:00 |
|
Harald Csaszar
|
6df18e22d3
|
[unity] Fixed Materials in separate directory being deleted upon reimport. Closes #2560.
|
2024-06-25 19:09:59 +02:00 |
|
Harald Csaszar
|
5d37fac0fc
|
[unity] Fixed Bone Name selector only displaying root bone on Unity 2023.2. Closes #2556.
|
2024-06-19 18:59:19 +02:00 |
|
Harald Csaszar
|
314636aa07
|
[unity] Fixed a compile error on another older Unity versions introduced by preceding commit (Unity documentation was wrong). See #2482.
|
2024-06-12 18:34:10 +02:00 |
|
Harald Csaszar
|
4a9f09431e
|
[unity] Fixed a compile error on older Unity versions introduced by preceding commit. See #2482.
|
2024-06-12 18:15:55 +02:00 |
|
Harald Csaszar
|
ff07a01aef
|
[unity] SkeletonGraphic allows custom mesh offset relative to the pivot to keep e.g. the face centered when layout scale downscales the mesh towards the pivot. Closes #2482.
|
2024-06-12 17:53:05 +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
|
68688a7c94
|
[unity] All Outline shaders provide Width in Screen Space parameter for constant screen-space outline width at differently scaled attachments. Closes #1615.
|
2024-05-23 15:36:53 +02:00 |
|
Harald Csaszar
|
11c0bf8bbe
|
[unity] Fixed Parallel Import not applying preset atlas texture settings. Closes #2496.
|
2024-04-04 20:39:27 +02:00 |
|
Harald Csaszar
|
a62ce5dc0e
|
[unity] Fixed SpineSkin Attribute ignoring includeNone=true. Changes existing Inspector GUI behaviour. Closes #2494.
|
2024-04-02 19:00:04 +02:00 |
|
Harald Csaszar
|
e630d1bda7
|
[csharp] Port of commit f4f22cd. Added bone transform inheritance timeline. Renamed TransformMode to Inherit.
|
2024-03-27 17:28:29 +01:00 |
|
Harald Csaszar
|
94d8a3a387
|
[unity] SkeletonGraphic: avoid unnecessary redundant mesh update at color change (necessary after commit c36f847). See #2049.
|
2024-03-19 17:46:28 +01:00 |
|
Harald Csaszar
|
94eb64ae94
|
[unity] Minor formatting change.
|
2024-03-19 17:08:35 +01:00 |
|
Harald Csaszar
|
6376daf61d
|
[unity] SkeletonGraphic: Added auto-detect functionality for settings and materials. Renamed CanvasGroupTintBlack param to CanvasGroup Compatible (breaking change).
|
2024-03-15 11:02:06 +01:00 |
|
Harald Csaszar
|
f4c0f64f0d
|
[unity] Fixed Tint Black for transparent vertex alpha, see #2457 (previous fix was incorrect). Added SkeletonGraphic TintBlack blend mode shaders and separate material sets.
|
2024-03-05 18:31:20 +01:00 |
|
Harald Csaszar
|
f906fb0733
|
Merge branch '4.1' into 4.2-beta
|
2024-02-26 18:53:59 +01:00 |
|
Harald Csaszar
|
804605972b
|
[unity] Hiding properties of SkeletonSubmeshGraphic in Inspector since they are controlled by parent SkeletonGraphic.
|
2024-02-26 18:42:33 +01:00 |
|
Harald Csaszar
|
a9e665068e
|
[unity] PhysicsConstraints: Fixed compile error of previous commit on Unity 2017. See commit 54735c7.
|
2024-02-15 14:00:43 +01:00 |
|
Harald Csaszar
|
54735c789b
|
[unity] PhysicsConstraints: Added Spine Preferences settings Physics Inheritance - Default Position and Default Rotation. See related commit 506c2dd.
|
2024-02-15 13:49:01 +01:00 |
|
Harald Csaszar
|
506c2dd33a
|
[unity] PhysicsConstraints: Changed boolean ApplyTranslation/RotationToPhysics properties to float and Vector2 scale properties for more flexibility. See commit 9602a71.
|
2024-02-14 17:27:35 +01:00 |
|
Harald Csaszar
|
ad825305f0
|
[unity] PhysicsConstraints: Added inspector properties for Movement relative to, see previous commit 4266c72.
|
2024-02-05 17:35:02 +01:00 |
|
Harald Csaszar
|
e65f3f61a5
|
[unity] PhysicsConstraints: Added Inspector properties to enable or disable applying Transform translation or rotation.
|
2024-01-24 17:52:16 +01:00 |
|
Harald Csaszar
|
540319e1d4
|
Merge branch '4.1' into 4.2-beta
|
2024-01-24 17:18:11 +01:00 |
|
Harald Csaszar
|
42635d2a8f
|
[unity] Editor icons not loaded from UPM package on Unity 2022.1. Closes #2455.
|
2024-01-24 17:11:44 +01:00 |
|
Harald Csaszar
|
030b2854f5
|
[unity] Fixed SpineBuildPreprocessor pre-build order on Unity 2021.2 and newer (using BuildPlayerProcessor). See #1890.
|
2024-01-24 12:53:12 +01:00 |
|
Harald Csaszar
|
bba61a9a09
|
Merge branch '4.1' into 4.2-beta
|
2023-11-21 14:35:50 +01:00 |
|
Harald Csaszar
|
97a03e059e
|
[unity] Minor fixed a typo in a documentation line.
|
2023-11-21 14:01:18 +01:00 |
|
Harald Csaszar
|
3a4d99d761
|
[unity] Minor: Added doc on skeleton baking unsupported uninherited rotation when negative scale is used. See #2419.
|
2023-11-21 13:48:28 +01:00 |
|
Harald Csaszar
|
f8352dce0a
|
[unity] Ported 4.2-beta physics. Updated skeleton assets.
|
2023-11-17 17:18:18 +01:00 |
|
Harald Csaszar
|
4749175aeb
|
Merge branch '4.1' into 4.2-beta
|
2023-09-21 21:37:11 +02:00 |
|
Harald Csaszar
|
9487d3a5f3
|
[unity] BoneFollowerGraphic does not respect LayoutScaleMode. Closes #2378.
|
2023-09-21 19:29:41 +02:00 |
|
Harald Csaszar
|
bc44c5b94d
|
Merge branch '4.1' into 4.2-beta
|
2023-09-12 21:27:22 +02:00 |
|
Harald Csaszar
|
19d627592d
|
[unity] Fixed mask material generation issuing incorrect warnings when only animation sets visible attachments. Applying initial animation before mask material generation. Closes #2363.
|
2023-09-12 21:02:45 +02:00 |
|
Harald Csaszar
|
ed1bdc4a41
|
Merge branch '4.1' into 4.2-beta
|
2023-09-12 15:41:35 +02:00 |
|
Harald Csaszar
|
9d8c32b496
|
[unity] Fixed editor artifacts showing bones over Inspector window (Mac M1). Closes #2353.
|
2023-09-12 15:40:04 +02:00 |
|
Harald Csaszar
|
1dad0098d5
|
Merge branch '4.1' into 4.2-beta
|
2023-09-11 21:52:34 +02:00 |
|
Harald Csaszar
|
1f57fb2a9d
|
[unity] Fixed compile error in conditional version branch of commit 76e8538. See #1890.
|
2023-09-08 19:35:05 +02:00 |
|
Harald Csaszar
|
76e85387d1
|
[unity] Implemented first experimental preview package version of delayed on-demand loading of Atlas assets. See #1890.
|
2023-09-08 19:22:08 +02:00 |
|
Harald Csaszar
|
85f97a721d
|
Merge branch '4.1' into 4.2-beta
|
2023-08-29 20:09:45 +02:00 |
|
Harald Csaszar
|
062303a419
|
[unity] Potential fix for editor artifacts showing bones over Inspector window (Mac M1). See #2353.
|
2023-08-29 19:37:08 +02:00 |
|
Mario Zechner
|
74b7882efa
|
Merge branch '4.1' into 4.2-beta
|
2023-07-31 13:29:29 +02:00 |
|
Mario Zechner
|
4047f1ba07
|
Updated license headers.
|
2023-07-31 13:29:16 +02:00 |
|
Harald Csaszar
|
102f3e044b
|
Merge branch '4.1' into 4.2-beta
|
2023-06-27 15:17:23 +02:00 |
|
Harald Csaszar
|
3d2b6e50f3
|
[unity] Fixed import infinite loop when Spine Preferences Default Shader does not exist. Closes #2310.
|
2023-06-27 15:06:53 +02:00 |
|