2118 Commits

Author SHA1 Message Date
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
b900fdc63c [unity] Fixed compile error in one version branch (FreeMoveHandle). 2023-11-17 17:32:55 +01:00
Harald Csaszar
f8352dce0a [unity] Ported 4.2-beta physics. Updated skeleton assets. 2023-11-17 17:18:18 +01:00
Harald Csaszar
fe53638f69 [csharp] Ported 4.2-beta physics. 2023-11-17 17:18:18 +01:00
Harald Csaszar
0b287f9a0a Merge branch '4.1' into 4.2-beta 2023-11-13 15:46:23 +01:00
Harald Csaszar
f9bf739498 [unity] Fixed a memory leak in SkeletonPartsRenderer. Closes #2414. 2023-11-13 15:40:35 +01:00
Harald Csaszar
f9cd75a0db Merge branch '4.1' into 4.2-beta 2023-11-02 21:26:48 +01:00
Harald Csaszar
1cc01d6c6b [unity] Increased package version for previous commit 3172475. See #2408. 2023-11-02 21:24:49 +01:00
Harald Csaszar
3172475cd6 [unity] Fixed SkeletonGraphic.MatchRectTransformWithBounds setting referenceSize. Closes #2408. 2023-11-02 21:19:47 +01:00
Harald Csaszar
95ac090a7c Merge branch '4.1' into 4.2-beta 2023-10-26 23:20:49 +02:00
Harald Csaszar
3527b926bd [unity] URP shader build error when added to always included shaders. Closes #2406. 2023-10-26 23:19:54 +02:00
Harald Csaszar
8dcdb4af45 Merge branch '4.1' into 4.2-beta 2023-10-18 18:22:09 +02:00
Harald Csaszar
3c1492ac32 [unity] URP Shaders: Added Tint Black functionality at "Blend Modes" URP 2D and 3D shaders. 2023-10-18 18:20:54 +02:00
Harald Csaszar
aae46d4a02 Merge branch '4.1' into 4.2-beta 2023-10-17 18:45:39 +02:00
Harald Csaszar
a08c7dd419 [unity] URP Shaders: Removed unsupported Outline parameters from URP "Blend Mode" shaders (added in commit 408c0bc). 2023-10-17 18:41:38 +02:00
Harald Csaszar
6a6ac5bda9 Merge branch '4.1' into 4.2-beta 2023-10-16 22:12:16 +02:00
Harald Csaszar
408c0bcc3d [unity] URP Shaders: Added URP "Blend Mode" shader variants for URP 3D and 2D renderers. 2023-10-16 22:10:51 +02:00
Mario Zechner
6241ce9f14 Merge branch '4.1' into 4.2-beta 2023-10-11 11:45:00 +02:00
Harald Csaszar
ca06a5a7f6 [unity] Minor: formatting fixes. 2023-10-06 19:18:45 +02:00
Harald Csaszar
9999ea82ca Merge branch '4.1' into 4.2-beta 2023-10-06 18:47:28 +02:00
Harald Csaszar
8bc1201b83 [unity] On-demand loading of Atlas Textures now supports SkeletonGraphic. Added method RequestLoadTexture and TextureRequested delegate to OnDemandTextureLoader. Fixed missing loader asset name suffix. See #1890. 2023-10-06 18:35:32 +02:00
Harald Csaszar
9385fb741f Merge branch '4.1' into 4.2-beta 2023-10-04 19:42:59 +02:00
Harald Csaszar
cc352cf026 [unity] Fixed exception at SkeletonMecanim with UpdateTiming InLateUpdate. Closes #2392. 2023-10-04 19:37:58 +02:00
Harald Csaszar
f56086826b Merge branch '4.1' into 4.2-beta 2023-10-03 17:20:19 +02:00
Harald Csaszar
209acdc892 [unity] Added UpdateTiming mode In Late Update for all animated skeleton components. 2023-10-03 17:17:37 +02:00
Harald Csaszar
10b7cc01a6 Merge branch '4.1' into 4.2-beta 2023-10-02 16:50:44 +02:00
Harald Csaszar
c0032b4ffb [unity] Added manual Update(float) method at SkeletonMecanim for updateTiming ManualUpdate. Closes #2389. 2023-10-02 16:49:10 +02:00
Harald Csaszar
4749175aeb Merge branch '4.1' into 4.2-beta 2023-09-21 21:37:11 +02:00
Harald Csaszar
e384bb31e8 [unity] URP Shaders: Package examples as samples. Closes #2366. 2023-09-21 21:18:39 +02:00
Harald Csaszar
9487d3a5f3 [unity] BoneFollowerGraphic does not respect LayoutScaleMode. Closes #2378. 2023-09-21 19:29:41 +02:00
Harald Csaszar
f221cf2085 Merge branch '4.1' into 4.2-beta 2023-09-14 18:13:13 +02:00
Harald Csaszar
b83ee23be8 [unity] URP Shaders: Added Depth Write property to URP 3D shaders URP/Spine/Skeleton and -/Skeleton Lit. 2023-09-14 18:10:16 +02:00
Harald Csaszar
97e3dd4134 [unity] Fixed exception when separation leads to empty mesh with no material at SkeletonGraphic. Closes #2364. 2023-09-14 15:24:42 +02:00
Harald Csaszar
0d1948a821 Merge branch '4.1' into 4.2-beta 2023-09-13 17:47:06 +02:00
Harald Csaszar
ee502d854b [unity] Fixed RenderCombinedMesh incorrect index offsets. See commit ed75bff. 2023-09-13 17:44:37 +02:00
Harald Csaszar
74615a5177 [unity] Timeline extension package: Added static EditorEvent callback for editor scripts to react to animation events outside play-mode. 2023-09-13 16:25:42 +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
defa80c78d [unity] Fixed compile error on older Unity versions of RenderCombinedMesh. See commit ed75bff. 2023-09-11 21:12:56 +02:00
Harald Csaszar
ee3486ce5a [unity] Minor: Fixed another formatting issue, not covered in inactive preprocessor code branch. 2023-09-11 20:43:25 +02:00
Harald Csaszar
e49453d774 [unity] Minor: formatting whitespace issue fixed of last commit. 2023-09-11 20:35:20 +02:00
Harald Csaszar
ed75bffc6f [unity] Added RenderCombinedMesh sample component for combined outlines with SkeletonRenderSeparator or multiple atlas pages. 2023-09-11 20:31:21 +02:00
Harald Csaszar
51b108f2e1 [unity] Fixed a logic error of loader asset creation from commit 76e8538. See #1890. 2023-09-08 20:02:31 +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
e4721a8cf3 [unity] Minor: Formatting changes of last commit 76e8538. See #1890. 2023-09-08 19:28:26 +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
03b6a397d9 Merge branch '4.1' into 4.2-beta 2023-09-07 14:07:16 +02:00