1744 Commits

Author SHA1 Message Date
Harald Csaszar
29e0e9172b [unity] Fixed drag and drop instantiation for Unity 2021.2 and newer (which provides a new callback method). Closes #2077. 2022-05-06 15:12:14 +02:00
Harald Csaszar
8dc4ee4a6e Merge branch '4.0' into 4.1-beta 2022-05-05 18:24:43 +02:00
Harald Csaszar
362a9fcd20 [unity] Added additional null checks (unlikely to trigger, but added for sake of correctness). 2022-05-05 18:23:21 +02:00
Harald Csaszar
7df6c6e767 Merge branch '4.0' into 4.1-beta 2022-05-05 18:07:27 +02:00
Harald Csaszar
3ad0192912 [unity] Quick fix of last commit was incorrect, sorry, fixed for real now. 2022-05-05 18:04:47 +02:00
Harald Csaszar
f63dd6027e [unity] Fixes compile error on code branch for old Unity versions < 2018.3 of (added by previous commit). 2022-05-05 17:51:19 +02:00
Harald Csaszar
31daf2c7df Merge branch '4.0' into 4.1-beta 2022-05-05 17:36:53 +02:00
Harald Csaszar
d00be040e2 [unity] Fixed null reference exception upon import when default shader is used but preferences has default shader set to a non-existing/null shader path. 2022-05-05 17:34:21 +02:00
Harald Csaszar
d0770a99cb [unity] Fixed automatic partial re-import when atlas png texture and/or material have been deleted and re-exported. Closes #1650. 2022-04-28 18:18:11 +02:00
Harald Csaszar
f04a7b38ca [unity] Fixed exception after changing animation name with existing custom mix duration, closes #1874. Displaying animation/bone/etc name in red in Inspector fields when it no longer exists at the skeleton data. 2022-04-27 20:49:40 +02:00
Harald Csaszar
a23217c8f7 Merge branch '4.0' into 4.1-beta 2022-04-26 19:20:41 +02:00
Harald Csaszar
edea4bef94 [unity] Now keeping manually placed AnimationClip Events when updating skeleton assets (Mecanim). Closes #1838. 2022-04-26 19:18:28 +02:00
Harald Csaszar
688407fd57 [unity] GetRemappedClone copying from Sprite now provides additional pmaCloneTextureFormat and pmaCloneMipmaps parameters. 2022-04-25 16:35:23 +02:00
badlogic
83df6b7316 Merge branch '4.0' into 4.1-beta 2022-04-21 14:05:53 +02:00
Harald Csaszar
70277b8f04 [unity] Fixed incorrect reloading behaviour (especially of deform timeline) at Domain Reload. (Fix of previous commit 0820bd7). Closes #2066. 2022-04-13 20:41:58 +02:00
Harald Csaszar
156ef80a9c [unity] Setting SkeletonGraphic CanvasRenderer.cullTransparentMesh to false at new instances to avoid Add blend mode problems. 2022-04-08 11:18:50 +02:00
Harald Csaszar
25a8a3aa1e Merge branch '4.0' into 4.1-beta 2022-04-07 16:37:07 +02:00
Harald Csaszar
0820bd7024 [unity] Fixed incorrect reloading behaviour (especially of deform timeline) at Domain Reload. Closes #2066. 2022-04-07 16:36:20 +02:00
Mario Zechner
d43ff5f899 Merge branch '4.0' into 4.1-beta
# Conflicts:
#	spine-csharp/src/Attachments/IHasTextureRegion.cs.meta
#	spine-ts/package-lock.json
#	spine-ts/package.json
#	spine-ts/spine-canvas/package.json
#	spine-ts/spine-core/package.json
#	spine-ts/spine-player/package.json
#	spine-ts/spine-threejs/package.json
#	spine-ts/spine-webgl/package.json
2022-04-07 06:07:02 +02:00
Harald Csaszar
3372ce0ba8 [unity] Timeline: Fixed compile errors on Unity 2018.4. Closes #2062. 2022-04-06 18:21:01 +02:00
Harald Csaszar
1121112c1d [unity] Minor: Removed leftover .meta file. 2022-04-06 12:41:46 +02:00
Harald Csaszar
53ae86a025 [unity] Example component compile error on 2017.2. Closes #2056. 2022-04-04 14:33:30 +02:00
Harald Csaszar
f51baa7184 Merge branch '4.0' into 4.1-beta 2022-03-29 15:26:20 +02:00
Harald Csaszar
4792522de0 [unity] Fixed Spine URP shaders package using non UPM include paths in common shaders. Closes #2050. 2022-03-29 15:13:20 +02:00
Harald Csaszar
c5df7b7bdb [unity] Fixed SkeletonGraphic unnecessary redundant mesh update at color change. Changed update code to use SetVerticesDirty and Rebuild. Closes #2049. 2022-03-25 15:19:52 +01:00
Mario Zechner
1a1b551e8b [runtimes] Re-exported examples with 4.1.23-beta, populated runtime examples. 2022-03-25 13:40:03 +01:00
Harald Csaszar
e52d4977df Merge branch '4.0' into 4.1-beta 2022-03-24 17:53:41 +01:00
Harald Csaszar
cf9903a6b6 [unity] Added UPM package readme.md file documentation to last commit (added clip Alpha parameter). 2022-03-24 17:52:39 +01:00
Harald Csaszar
7ae25bf19c Merge branch '4.0' into 4.1-beta 2022-03-24 12:00:59 +01:00
Harald Csaszar
5bde0730d3 [unity] Timeline clips now offer an additional Alpha parameter for setting a custom constant mix alpha (as TrackEntry.Alpha). 2022-03-24 11:58:29 +01:00
Mario Zechner
78e8f637bb Merge branch '4.0' into 4.1-beta
# Conflicts:
#	spine-ts/package-lock.json
#	spine-ts/package.json
#	spine-ts/spine-canvas/package.json
#	spine-ts/spine-core/package.json
#	spine-ts/spine-player/package.json
#	spine-ts/spine-threejs/package.json
#	spine-ts/spine-webgl/package.json
2022-03-21 19:32:37 +01:00
Harald Csaszar
ec53964603 [unity] Hopefully fixed some occurrances of a build crash when building many prefabs and textures. See #2047. 2022-03-18 15:44:34 +01:00
Harald Csaszar
f7aaa25ee1 [unity] Optimized RootMotion components behaviour when using FixedUpdate timing at SkeletonAnimation, avoiding unnecessary calls. See #2046. 2022-03-18 11:37:25 +01:00
Harald Csaszar
322d042309 [unity] RootMotion component: minor addition of last commit, avoiding unnecessary update. 2022-03-17 17:50:24 +01:00
Harald Csaszar
69b2a5ce13 [unity] Fixed RootMotion components temp movement not being completely cleared when using FixedUpdate. Closes #2046. 2022-03-17 17:44:29 +01:00
Harald Csaszar
1361a72758 Merge branch '4.0' into 4.1-beta 2022-03-15 19:23:19 +01:00
Harald Csaszar
dbabe96e6c [unity] Increased package.json version number of URP shaders UPM package. 2022-03-15 19:21:46 +01:00
Harald Csaszar
ac73e8dc7d Merge branch '4.0' into 4.1-beta 2022-03-15 19:20:58 +01:00
Harald Csaszar
5a32e002b8 [unity] Fixed URP lit shaders ignoring straight alpha settings during fallback to unlit. Affected SkeletonRenderTexture. Closes #2044. 2022-03-15 19:17:51 +01: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
5ff19ea31c [unity] Added meta file of add spine-csharp here.txt to prevent an error message when using Unity Package Manager and git URL. 2022-03-07 17:57:18 +01:00
Harald Csaszar
b8da2fa27b [unity] Previous commit did not compile on Unity 2017.1 and earlier, fixed. See #1337. 2022-03-02 22:46:03 +01:00
Harald Csaszar
5e8e4c21f1 [unity] Previous commit did not compile on Unity 2019.2 and earlier, fixed. See #1337. 2022-03-02 22:35:11 +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
20c421c1d4 [unity] Fixed changing atlas asset at SkeletonData asset not reloading automatically. Closes #2037. 2022-03-01 19:23:18 +01:00
Harald Csaszar
b2c45b7fde Merge branch '4.0' into 4.1-beta 2022-03-01 12:27:56 +01:00
Harald Csaszar
4cb0f16ae6 [unity] Minor: removed a debug log statement added in commit 299ab8f. 2022-03-01 12:24:03 +01:00
Harald Csaszar
b7f4bbc5e3 [unity] Added missing added changes of previous commit 6a3fb6a. 2022-03-01 11:32:41 +01:00