Esoteric Software
Navigation
Home
Blog
Forum
Support
Español
Français
Home
Blog
Forum
Support
Spine
Features
Showcase
Runtimes
Learn
FAQ
Try Now
Purchase
Features
Showcase
Runtimes
Learn
FAQ
Purchase
Try Now
Spine Forum
Sign Up
Log In
Godot
Start a Discussion
Runtimes
All Discussions
Tags
Editor
Runtimes
Unity
Unreal
Godot
Bugs
Tutorials
Showcase
Networking
International
Off-topic
Announcements
Relevance
Relevance
Newest posts
Most active discussions
Newest discussions
Oldest discussions
N
从非工程目录导入资源有问题
Runtimes
Godot
在官方第13例子中,我改变资源目录为非工程目录下,发现无法找到png资源,如图
9
9 replies
S
[4.4.1 GDExtension] How to enable auto batching?
Runtimes
Godot
Hi, we are moving to spine from spritesheet based animation, but it seems the auto batching is not working, while it was working with spritesheets. There is a 'batch-test.tscn...
2
2 replies
S
[Godot 4.4.1] Access denied for download links
Runtimes
Godot
Hello, When trying to download the new Godot 4.4.1 release links on the dedicated Spine runtime page, the AWS links lead to an "Access Denied" error message. Thanks in advance...
3
3 replies
Expected release date for Godot 4.4 support?
Runtimes
Godot
My team is looking forward to upgrading our game to Godot 4.4, as Godot 4.3 has a few bugs that have caused us some heartache for a while. Does anyone know when Esoteric is ex...
9
9 replies
4.3 spine-godot GDEextension in 4.4 project?
Runtimes
Godot
I'm restarting a project today, and thought I'd test out the latest spine-godot GDExtension (labeled for 4.3) in 4.4 just to see if it works. As far as I can tell so far... it...
5
5 replies
N
Spine Godot official example 13 load from dist runs with errors
Runtimes
Godot
godot 4.3 , runtime example run 
3
3 replies
S
Godot runtime compare unity runtime
Runtimes
Godot
which is better ? I mean powerful and easy to use .
4
4 replies
在 Godot 中该怎么过渡动画?
Runtimes
Godot
我需要通过 SpineAnimationState.add_animation() 在0号轨道上不断添加新动画,并且我需要新动画能以曲线插值方式来过渡旧动画 我知道可以用 SpineTrackEntry.set_mix_duration() 来设置过渡,但这个是线性插值,效果不尽人意 我也知道可以用 SpineTrackEntry.set_alph...
3
3 replies
B
godot中开启HDR 2D,导致spine发光图层被切割出明显边缘
Runtimes
Godot
您好,我遇到了这个问题,在godot中开启HDR 2D后,溢出的颜色会被切割出边缘,有合理的解决这个问题的办法吗
3
3 replies
How do you make the physics constraint to ignore its parent's movement?
Runtimes
Godot
My requirement is similar to these posts: https://esotericsoftware.com/forum/d/27948-how-to-disable-spine-physics-when-interacting-in-unity https://esotericsoftware.com/forum/...
3
3 replies
GDExtension 对汉字有些兼容性问题
Runtimes
Godot
① 若骨架名称包含中文,则 SpineSprite 节点的 skeleton_data_res 属性被指定该 skeleton data 时,整个 Godot IDE 都会崩溃 ② SpineBoneNode 这类可选骨骼的节点,其骨骼列表会显示中文为乱码 我在使用最新的 GDExtension (spine-godot-extension-4.2...
13
13 replies
W
在Godot代码中获取某一骨骼的世界位置
Runtimes
Godot
我有一个攻击动画,我想获取攻击动画里面”武器“骨骼的世界位置以匹配碰撞,我该使用什么方法获取骨骼的世界位置?
3
3 replies
L
spine-godot engine module Godot 4.3 with C# support cannot run the example
Runtimes
Godot
I followed the <spine-godot Runtime Documentation> to download the spine-godot engine module (Godot 4.3 with C # support). After importing the project (spine runtimes/line-god...
2
2 replies
H
I can't import GDEextension
Runtimes
Godot
I created a new project from godot4.3 and tried to use the GDEextension of spine. I extracted the bin folder into the project directory according to the instructions, but an e...
3
3 replies
A
Working with big atlases/a lot of skins in Godot
Runtimes
Godot
I'm working on a mobile game with a lot of customization options. For example, each character can have up to 80 dresses, 40 hairstyles, a variety of jewelry, different skin ty...
7
7 replies
H
Can not export web build with Godot and Spine2D
Runtimes
Godot
Hello! I've been working on a jam project aimed at Windows and HTML5 with Spine2D and Godot. Unfortunately, right at the finish line I'm stumbling across a problem exporting b...
2
2 replies
W
怎样在Godot中翻转我的SpineSprite?
Runtimes
Godot
我无法在Godot中翻转我的SpineSprite,这太糟糕了。两年前的DragonBones都可以轻松实现 我该怎么在Godot实现对SpineSprite的翻转?
3
3 replies
[Godot] Game Crash if collission debug is enabled with SpineSprite
Runtimes
Godot
Bugs
The game will crash if you run the game that has a scene with a SpineSprite with a skeleton data and Debug>Visible Collision Shapes is enabled Step by step recreation Create a...
5
5 replies
V
Spine integration in 3D space ?
Runtimes
Godot
Hello, Does spine runtimes will be integrated inside 3D Nodes ? Thanks,
3
3 replies
S
Frame by Frame Posing in Spine
Runtimes
Godot
Hey y'all! I was thinking about setting a new pose every frame and using the step curve to essentially create a frame by frame animation. I know this would take longer than us...
3
3 replies
Load More
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
Godot
从非工程目录导入资源有问题
[4.4.1 GDExtension] How to enable auto batching?
[Godot 4.4.1] Access denied for download links
Expected release date for Godot 4.4 support?
4.3 spine-godot GDEextension in 4.4 project?
Spine Godot official example 13 load from dist runs with errors
Godot runtime compare unity runtime
在 Godot 中该怎么过渡动画?
godot中开启HDR 2D,导致spine发光图层被切割出明显边缘
How do you make the physics constraint to ignore its parent's movement?
GDExtension 对汉字有些兼容性问题
在Godot代码中获取某一骨骼的世界位置
spine-godot engine module Godot 4.3 with C# support cannot run the example
I can't import GDEextension
Working with big atlases/a lot of skins in Godot
Can not export web build with Godot and Spine2D
怎样在Godot中翻转我的SpineSprite?
[Godot] Game Crash if collission debug is enabled with SpineSprite
Spine integration in 3D space ?
Frame by Frame Posing in Spine
Next Page »