Esoteric Software
Navigation
होम
ब्लॉग
फोरम
सहायता
English
Español
Français
होम
ब्लॉग
फोरम
सहायता
Spine
विशेषताएं
गेलरी
रनटाइम्स
Learn
सामान्य प्रश्न
अभी प्रयास करें
खरीद
विशेषताएं
गेलरी
रनटाइम्स
Learn
सामान्य प्रश्न
खरीद
अभी प्रयास करें
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#...
9
9 उत्तर
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 उत्तर
Changing spine material at runtime (Unity)
Runtimes
Unity
Hello everyone, My situation is the following (Unity): we have our character (it has lots of skins), and want to have the character silhouette (with same skin) show when it is...
6
6 उत्तर
E
Can I Change attachment color?
Unity
17
17 उत्तर
SkeletonGraphic with multiple atlases and GetRemappedClone
Runtimes
Unity
Hello, we are attempting to use SkeletonGraphic with our character that has 10 atlas textures, and turning on "multiple canvasrenderers" seemed to work initially. However, our...
6
6 उत्तर
S
about unity spine draw call
Runtimes
Unity
Hi guys I'm creating trees (I've drawn many types of leaves and trunks, each leaf and trunk is a separate texture). My plan is to first use Spine's texture packer to output tw...
6
6 उत्तर
S
How can I make some leaf animations like in Ori
Runtimes
Unity
[ not the flying leaf, i mean the animations of the part of green leaf these green leaf look like very elasticity. is it made by mesh in spine ? or shader in Unity ?
4
4 उत्तर
S
about multiply actors in a same project
Runtimes
Unity
If I put multiple characters in the same Spine project, and they all share the same root bone, can I edit their individual positions at runtime without affecting their animati...
4
4 उत्तर
Spine atlas asset deletes materials when material content updates
Runtimes
Unity
I'm using Unity with spine assets, in URP. The characters use a designated material made with shadergraph and the material is applied within the designated Spine Atlas Asset. ...
6
6 उत्तर
T
Skeleton shader
Runtimes
Unity
I don't see SkeletonGhost shader after I import runtime unity. How I can get it ?
0
0 उत्तर
और लोड करें
लोड हो रहा है...
यह साइट एक आधुनिक ब्राउज़र में सबसे अच्छी तरह से देखी जा सकती है जिसमें जावास्क्रिप्ट सक्षम है।
इस साइट के पूर्ण संस्करण को लोड करने का प्रयास करते समय कुछ गलत हुआ। ठीक करने के लिए इस पन्ने को हार्ड-रीफ्रेश करने का प्रयास करें।
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
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
Changing spine material at runtime (Unity)
Can I Change attachment color?
SkeletonGraphic with multiple atlases and GetRemappedClone
about unity spine draw call
How can I make some leaf animations like in Ori
about multiply actors in a same project
Spine atlas asset deletes materials when material content updates
Skeleton shader
अगला पन्ना »