253 Commits

Author SHA1 Message Date
Harald Csaszar
02deca1cba [unity] Minor: whitespace formatting fix of last commit. 2024-11-14 16:51:34 +01:00
Harald Csaszar
12bc8ae24d [unity] Fixed on-demand loading of blend mode materials. See #1890. 2024-11-14 14:59:47 +01:00
Harald Csaszar
5bd3f3aeb9 [unity] Added zwrite variant of URP Skeleton-OutlineOnly shader. Closes #2676. 2024-11-11 18:46:28 +01:00
Harald Csaszar
cb98ed71bc [unity] Added remark for custom blend modes not being supported by SpineVisualElement. 2024-11-08 19:12:29 +01:00
Harald Csaszar
87e8504834 [unity] Added remark for PMA not being supported by SpineVisualElement. See #2634. 2024-09-18 16:44:01 +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
80fb9f3c5a [unity] Fixed URP shader compile errors on Unity 6. Closes #2603. 2024-08-16 18:14:50 +02:00
Harald Csaszar
0bcdc314b4 [unity] Fixed errors in URP blend mode shaders when main and additional lights are disabled. Closes #2592. 2024-08-08 16:06:10 +02:00
Harald Csaszar
ea1929824f [unity] URP Shaders: Exposed Stencil Comparison parameter on URP blend mode shaders. 2024-07-18 16:06:18 +02:00
Harald Csaszar
6161636068 [unity] Fixed URP shader issue with bloom and HDR. Closes #2574. 2024-07-09 18:51:07 +02:00
Harald Csaszar
80a0bbed5d [unity] URP/Spine/Skeleton shader now performs proper alpha-testing when Depth Write is enabled. 2024-07-09 17:20:55 +02:00
Harald Csaszar
2f44b90878 [unity] OnDemandTextureLoader: Added TextureLoadFailed callback, used by Addressables extension package. 2024-07-05 12:58:37 +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
d982710070 [unity] ui-toolkit package: Code cleanup, added documentation. See #1943. 2024-07-03 10:33:26 +02:00
Harald Csaszar
06dc94ee11 [unity] Added spine-unity to package dependency of ui-toolkit package. See #1943. 2024-07-02 17:50:37 +02:00
Harald Csaszar
273ec46636 [unity] Minor formatting and version fixes for ui-toolkit package. See #1943. 2024-07-02 17:36:35 +02:00
Harald Csaszar
af57e96f91 [unity] Added experimental package com.esotericsoftware.spine.ui-toolkit to support UI Toolkit. See #1943. 2024-07-02 17:24:59 +02:00
Harald Csaszar
c79f89b1eb [unity] Improved readme.md documentation of Addressables extension module. 2024-06-04 16:12:13 +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
986ab71c66 [unity] Fixed URP/2D/Skeleton Lit shader incorrectly displaying Additive slots. Closes #2533. 2024-05-23 14:44:45 +02:00
Harald Csaszar
345448a079 [unity] Updated example skeleton assets to 4.2.22. 2024-05-16 08:42:12 +02:00
Mario Zechner
ff9a6cde8b [godot] Fix runtime.sh and export.sh scripts. Reexport all assets with latest editor version. 2024-04-09 11:03:10 +02:00
Mario Zechner
32952de12d [cpp] Fixed parsing, physics, re-exported all assets and copied to runtime examples. 2024-04-02 17:51:14 +02:00
Harald Csaszar
04667ae67c [unity] Fixed URP Skeleton Lit shader secondary lights not displayed in build. Closes #2493. 2024-03-27 19:15:22 +01:00
Mario Zechner
dcb73ec24e Updated example exports 2024-03-19 10:04:06 +01:00
Nathan Sweet
ecbc6329a9 Updated example exports to 4.2.32-beta. 2024-03-07 22:41:09 -04: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
54fac9d8d0 [unity] Cosmetic: fixed code formatting of previous commit. 2024-02-26 16:51:05 +01:00
Harald Csaszar
580a91d8ee [unity] Minor code adjustments following PR. (see #2461). 2024-02-26 16:46:05 +01:00
Marllon Vilano
acd994d00a Add logic to disable TextureImporter overrides for every platform and enable them again after persisting the new texture size 2024-02-19 21:13:28 -03:00
Marllon Vilano
12e424bee1 Fix for ArgumentException: Texture2D.SetPixels: texture uses an unsupported format 2024-02-19 21:09:01 -03:00
Marllon Vilano
0a3b5dbb31 Fix for IndexOutOfRangeException: Index was outside the bounds of the array 2024-02-19 13:42:33 -03:00
Marllon Vilano
41e493b7c3 Fix for NullReferenceException: Object reference not set to an instance of an object 2024-02-19 13:39:04 -03:00
Marllon Vilano
75a1003b8c Fix for IndexOutOfRangeException: Index was outside the bounds of the array 2024-02-19 13:34:59 -03:00
Harald Csaszar
6812160239 [unity] Fixed Skeleton Tint Black shaders where Black color ignored transparent vertex alpha. Closes #2457. 2024-01-31 21:57:05 +01:00
Mario Zechner
2eb1033b65 Update example exports to 4.2.09-beta 2023-12-01 17:04:11 +01:00
Harald Csaszar
5fe6da05d6 [unity] Optimization: Not rendering slot alpha 0 attachments by default. 2023-11-27 20:22:32 +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
Harald Csaszar
5feb55d56e [unity] Minor: Increased version numbers in package.json files to 4.2, corrected leftovers. 2023-11-21 14:43:26 +01:00
Harald Csaszar
bba61a9a09 Merge branch '4.1' into 4.2-beta 2023-11-21 14:35:50 +01:00
Harald Csaszar
7eea8ce8b3 [unity] On-demand loading: Fixed a bug of editor not always resetting textures when exiting play mode. 2023-11-21 14:34:37 +01:00
Harald Csaszar
f8352dce0a [unity] Ported 4.2-beta physics. Updated skeleton assets. 2023-11-17 17:18:18 +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