Esoteric Software
Navigation
홈
블로그
포럼
연락처
English
Español
Français
홈
블로그
포럼
연락처
Spine
기능
쇼케이스
런타임
알아보기
FAQ
평가판 사용
구매
기능
쇼케이스
런타임
알아보기
FAQ
구매
평가판 사용
Spine Forum
가입
로그인
Unity
Discuss using Spine with Unity and the spine-unity runtime.
토의 시작
Runtimes
모든 토의
태그
Editor
Runtimes
Unity
Unreal
Godot
Bugs
Tutorials
Showcase
Networking
International
Off-topic
Announcements
관련
관련
최근
맨 위로
최신
가장 오래된
Spine-Unity 4.0 to 4.1 Upgrade Guide
Unity
4
4 답장들
Spine-Unity 3.8 to 4.0 Upgrade Guide
Unity
20
20 답장들
Spine-Unity 3.7 to 3.8 Upgrade Guide
Unity
34
34 답장들
Spine-Unity 3.6 to 3.7 Upgrade Guide
Unity
15
15 답장들
Noteworthy Spine-Unity Topics
Unity
16
16 답장들
Spine-Unity 4.1 to 4.2 Upgrade Guide
Runtimes
Unity
As Spine 4.2 has just been released, you can find the officially compiled Upgrade Guide for version 4.2 below. Re-exporting skeletons and upgrading the spine-unity runtime fil...
8
8 답장들
Strange behavior after AddAnimation on Empty track under special conditions
Runtimes
Unity
Hi, I am here again with problems partially related to the SkeletonAnimation.Update(0) call. I checked the documentation here https://esotericsoftware.com/spine-api-reference#...
15
15 답장들
1
Spine动画骨骼跟随
Runtimes
Unity
Spine导入Unity,运行时骨骼未跟随,需要在运行时点击骨骼的AddOverride才能生效,不知道什么原因
3
3 답장들
A
How to Randomly Play Similar Animations
Runtimes
Unity
Hi! I have three similar animations—let's say A, B, and C—that each show a character blowing bubble gum, but with different bubble shapes. I want to randomly cycle through the...
2
2 답장들
S
About Physical Interaction
Runtimes
Unity
I want to implement a feature where when the player passes through grass, the grass gets pushed aside, and then returns to its original position after the player leaves. I kno...
2
2 답장들
K
Using animation draw order for slot separation with SkeletonRenderSeparator?
Runtimes
Unity
In our game, we need to set different rendering orders for different parts of a character. To achieve this, we're using an approach based on the SkeletonRenderSeparator exampl...
2
2 답장들
S
Different track blending issue
Runtimes
Unity
Hi, I encountered the problem of character animations changing instantly when playing Spine animations on different tracks using Unity. I am continuously looping the idle anim...
3
3 답장들
S
About skeletonMecanim script
Runtimes
Unity
Problem Description I'm having an issue with Spine's SkeletonMecanim component in Unity. I implemented a "Create Unique Material Instance" option to allow each Spine object to...
2
2 답장들
6
How to smoothly transition addtive transparency ?
Runtimes
Unity
I want to achieve a gradual transparency change for lights in Spine based on the game's duration. I only found the "Light Affects Additive" option, but it's too binary—either ...
7
7 답장들
N
Physics Jitters/Unstable At Higher Framerates
Runtimes
Unity
Bugs
Hello, I am trying to add a model that implements physics for the first time in Unity and I'm running into major issues with the constraints jittering/unstable when the model ...
19
19 답장들
T
Problem when export file to Unity
Runtimes
Unity
IWhen I export the Spine file, I get 2 .png image files and images of the frame by frame animations I exported before. Then, when I import it into Unity, the message below app...
7
7 답장들
S
Detailed Explanation of Current Issues with Spine Skeleton Rendering in Unity
Runtimes
Unity
Core Issue I'm experiencing inconsistent depth occlusion behavior with Spine skeletons in my Unity 2D game. Despite multiple shader modifications, I'm still encountering unexp...
14
14 답장들
M
部分换装的时候遇到的问题
Runtimes
Unity
按照spine的示例项目,使用图片对Spine的SkeletonGraphics进行操作,替换部分图片,但是替换之后发现装备居然是两份了,如图所示,图一展示的是从图集里面读取的武器,图二我用空白图替换了武器,图三我用一样的武器图片重新替换,但是变成了两把武器,可能是哪里引入的问题呢。 ` private IEnumerator ChangeWeap...
13
13 답장들
S
URP Skeleton Litシェーダーを使用すると、半透明箇所が白くなり光っている印象を受ける
Runtimes
Unity
2DHD風の絵を作りたいとなり、3D空間にSpineモデルを配置し、URP/Spine/Skeleton Litシェーダーを使用しています。 キャラの動きが複雑なため、一部モデルでパーツをフェードさせて別のパーツにするというアニメーションを行っています。 その際、Litシェーダーを使用していると半透明箇所が白くなり、発光しているような印象を受けます...
6
6 답장들
S
about transparency shader in Unity 6 with Spine 4.2.40 use built-in RP
Runtimes
Unity
My game uses numerous semi-transparent textures, so I'm facing an issue: when many semi-transparent textures overlap, they create an unattractive X-ray-like layering effect. T...
25
25 답장들
더 보기
로딩중...
이 사이트는 JavaScript를 사용하는 최신 브라우저에서 가장 잘 표시됩니다.
이 사이트의 완전한 버전을 불러오는 중 오류가 발생했습니다. 페이지를 완전히 새로고침 해보세요.
Unity
Discuss using Spine with Unity and the spine-unity runtime.
Spine-Unity 4.0 to 4.1 Upgrade Guide
Spine-Unity 3.8 to 4.0 Upgrade Guide
Spine-Unity 3.7 to 3.8 Upgrade Guide
Spine-Unity 3.6 to 3.7 Upgrade Guide
Noteworthy Spine-Unity Topics
Spine-Unity 4.1 to 4.2 Upgrade Guide
Strange behavior after AddAnimation on Empty track under special conditions
Spine动画骨骼跟随
How to Randomly Play Similar Animations
About Physical Interaction
Using animation draw order for slot separation with SkeletonRenderSeparator?
Different track blending issue
About skeletonMecanim script
How to smoothly transition addtive transparency ?
Physics Jitters/Unstable At Higher Framerates
Problem when export file to Unity
Detailed Explanation of Current Issues with Spine Skeleton Rendering in Unity
部分换装的时候遇到的问题
URP Skeleton Litシェーダーを使用すると、半透明箇所が白くなり光っている印象を受ける
about transparency shader in Unity 6 with Spine 4.2.40 use built-in RP
다음 페이지 »