Esoteric Software
Navigation
Accueil
Blog
Forum
Support
English
Español
Accueil
Blog
Forum
Support
Spine
Fonctionnalités
Galerie
Bibliothèques
Apprendre
FAQ
Tester
Acheter
Fonctionnalités
Galerie
Bibliothèques
Apprendre
FAQ
Acheter
Tester
Spine Forum
S'inscrire
Se connecter
Godot
Discuss using Spine with Godot and the spine-godot runtime.
Nouvelle discussion
Runtimes
Toutes les discussions
Étiquettes
Editor
Runtimes
Unity
Unreal
Godot
Bugs
Tutorials
Showcase
Networking
International
Off-topic
Announcements
Pertinence
Pertinence
Activité
Popularité
Nouveauté
Ancienneté
C
Is the Spine Godot Runtime Good Enough for Making Games?
Runtimes
Godot
Hello, I’m considering buying Spine 2D Pro for a Godot game project. The support of Godot runtime is therefore important to me. While testing Spine official examples, I notice...
4
4 réponses
对多个骨头使用 SpineBone.set_rotation() 时,得到了不一致的结果
Runtimes
Godot
Bugs
Problem statement fig.1 fig.2 视频(fig.1)所演示的,是一段位于 _on_before_world_transforms_change() 回调函数中的 for 循环,该循环中使用了 SpineBone.set_rotation() 修改了角色足部的总共4根骨骼(如 fig.2 所示)的旋转值。 问题是,为什么其中...
2
2 réponses
S
How to get int, float, and String data from Events?
Runtimes
Godot
I am trying to get the data through a signal like this: func _on_animation_event(_spine_sprite: Object, _animation_state: Object, _track_entry: Object, event: Object) -> void:...
3
3 réponses
B
Convert import files back to spine?
Runtimes
Godot
Are spine files still retrievable when they're .import and can be converted back to their original files? Or is it a one-way conversion?
2
2 réponses
G
Godot 4.5 build
Runtimes
Godot
Hello, Will there be an official spine-godot editor build for Godot 4.5? I am asking since I am using C# and can't use GDExtension
2
2 réponses
有什么办法,可以获取骨骼在编译时的原始动画数据?
Runtimes
Godot
我有个角色行走动画,我希望在运行时,根据角色脚下地面的坡度,动态改变他的足部骨骼在跨步时的高度 —— 为此,我想我需要实时获取足部骨骼在原始动画中的位置信息,基于此,再加上地面坡度的y轴偏移来实现效果。 所以,我该怎么获取骨骼在编译时(而非运行时)的原始位置信息?(譬如,在某帧上,脚A的Y坐标在Spine内是100;而此时它可能需要被动态修正成 y...
6
6 réponses
Y
Spine-Godot4.4.1 C# Export Android
Runtimes
Godot
Excuse me, when will the export runtime for Android mobile end for the C# version compatible with Godot 4.4.1 be available? It is really disappointing that the current C# deve...
0
0 réponse
M
Error when building Godot 3.6 using GitHub Actions
Runtimes
Godot
Bugs
Hello, I'm having a trouble building templates using the workflow for Godot 3.6 (labelled as Godot 3.5). I need to build it on my own because I'm also encrypting it. I have al...
5
5 réponses
W
Title: Does using stepped keys cause problems when mixing to another animation?
Runtimes
Godot
Hi, I noticed something strange when working with Spine animations in Godot. In some of my animations I used stepped keys. When I try to mix/transition from these animations i...
7
7 réponses
Trying to find/write a shader to swap palettes on a SpineSprite (Godot 4.4))
Runtimes
Godot
I mostly blame my own inexperience with shaders, but I'm struggling to get a working shader that will allow me to swap out multiple colors in a SpineSprite. Or even a single c...
2
2 réponses
R
When you fill in the SpineSkeletonDataResource, godot 4.4 crashes
Runtimes
Godot
Bugs
Hello! I started learning how to use Spine with Godot 4.4. stable and 4.4.1. Godot Engine 4.4.stable.official.4c311cbee - Vulcan 1.4.303 - Forward+ - Using Device #0: NVIDIA -...
8
8 réponses
J
Spine-Godot runtime exception when changing scenes (SEHException)
Runtimes
Godot
Hello! I'm using the Spine 4.2 godot editor binaries (Godot 4.4.1 mono). My game is often crashing at runtime when switching scenes, with this exception: E 0:00:08:408 GD.cs:3...
4
4 réponses
A
spine-godot extension: Adding SpineSprites to a 3D scene in Godot
Runtimes
Godot
Hi there, I've created Spine animations and I'd like to use the 2D animations in a 3D scene, in a similar style to Cult of the Lamb: The animations also have normal maps set u...
4
4 réponses
Y
godot怎么获取spine事件名称?
Runtimes
Godot
我在spine当中做动画时已经k了事件帧,并导出到godot中使用,但是貌似没有办法获取到正确的事件名称,这有没有办法解决?godot版本4.4.1版本,编程语言用了C#, spine4.2.43版本
1
1 réponse
C
有关调节插槽透明度的问题
Runtimes
Godot
godot4.4.1中,我该如何给spine角色的插槽设置透明度?
2
2 réponses
C
Spine Godot source with C# unable to find .NET assemblies directory
Runtimes
Godot
Hi! When trying to compile the source version of Spine Godot (with C#) it doesn't seem to be creating a GodotSharp folder as well like the documentation says "Additionally, yo...
0
0 réponse
W
How can I hide a SpineSprite when it's outside of lit areas?
Runtimes
Godot
Hi, I'm using a SpineSprite in Godot 4 and I want it to be completely invisible when it's outside of light, and only visible when it's inside a lit area. With a regular Sprite...
2
2 réponses
C
[Godot]是否可以截取Spine动画的某一帧返回Sprite?
Runtimes
Godot
我想要实现动作游戏角色残影, 但是在获取特定帧的纹理时遇到了困难, spine_godot_runtime中似乎没有获取某个时间点纹理的api (就像spine_unity_runtime的SkeletonGraphicRenderTexture一样)
0
0 réponse
B
Overriding the SpineSprite CanvasItem material?
Runtimes
Godot
Hey! I wonder if it's possible to override the material that's used by the SpineSprite via the CanvasItem/Material section? I wanna write my own materials with a couple of fea...
4
4 réponses
W
Issue with Aim Animation on Track 1 Not Affecting Bones When Combined with Walk
Runtimes
Godot
Hi everyone, I’m running into an issue with animation mixing using Spine and Godot. When I play my "aim" animation on its own, it works perfectly – the bones (like arms or the...
3
3 réponses
Charger davantage
Chargement…
Ce site est optimisé pour être consulté depuis un navigateur moderne dans lequel JavaScript est activé.
Une erreur est survenue lors du chargement de la version complète de ce site. Veuillez vider le cache de votre navigateur et rafraîchir cette page pour tenter de corriger cette erreur.
Godot
Discuss using Spine with Godot and the spine-godot runtime.
Is the Spine Godot Runtime Good Enough for Making Games?
对多个骨头使用 SpineBone.set_rotation() 时,得到了不一致的结果
How to get int, float, and String data from Events?
Convert import files back to spine?
Godot 4.5 build
有什么办法,可以获取骨骼在编译时的原始动画数据?
Spine-Godot4.4.1 C# Export Android
Error when building Godot 3.6 using GitHub Actions
Title: Does using stepped keys cause problems when mixing to another animation?
Trying to find/write a shader to swap palettes on a SpineSprite (Godot 4.4))
When you fill in the SpineSkeletonDataResource, godot 4.4 crashes
Spine-Godot runtime exception when changing scenes (SEHException)
spine-godot extension: Adding SpineSprites to a 3D scene in Godot
godot怎么获取spine事件名称?
有关调节插槽透明度的问题
Spine Godot source with C# unable to find .NET assemblies directory
How can I hide a SpineSprite when it's outside of lit areas?
[Godot]是否可以截取Spine动画的某一帧返回Sprite?
Overriding the SpineSprite CanvasItem material?
Issue with Aim Animation on Track 1 Not Affecting Bones When Combined with Walk
Page suivante »