Esoteric Software
Navigation
होम
ब्लॉग
फोरम
सहायता
English
Español
Français
होम
ब्लॉग
फोरम
सहायता
Spine
विशेषताएं
गेलरी
रनटाइम्स
Learn
सामान्य प्रश्न
अभी प्रयास करें
खरीद
विशेषताएं
गेलरी
रनटाइम्स
Learn
सामान्य प्रश्न
खरीद
अभी प्रयास करें
Spine Forum
खाता खोले
लॉग इन करें
Godot
एक चर्चा शुरू करें
Runtimes
सभी चर्चा
टैग
Editor
Runtimes
Unity
Unreal
Godot
Bugs
Tutorials
Showcase
Networking
International
Off-topic
Announcements
संबंधता
संबंधता
नवीनतम
ऊपर
नया
सबसे पुराने
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...
5
5 उत्तर
N
Spine Godot official example 13 load from dist runs with errors
Runtimes
Godot
godot 4.3 , runtime example run 
3
3 उत्तर
S
Godot runtime compare unity runtime
Runtimes
Godot
which is better ? I mean powerful and easy to use .
4
4 उत्तर
在 Godot 中该怎么过渡动画?
Runtimes
Godot
我需要通过 SpineAnimationState.add_animation() 在0号轨道上不断添加新动画,并且我需要新动画能以曲线插值方式来过渡旧动画 我知道可以用 SpineTrackEntry.set_mix_duration() 来设置过渡,但这个是线性插值,效果不尽人意 我也知道可以用 SpineTrackEntry.set_alph...
3
3 उत्तर
B
godot中开启HDR 2D,导致spine发光图层被切割出明显边缘
Runtimes
Godot
您好,我遇到了这个问题,在godot中开启HDR 2D后,溢出的颜色会被切割出边缘,有合理的解决这个问题的办法吗
3
3 उत्तर
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 उत्तर
GDExtension 对汉字有些兼容性问题
Runtimes
Godot
① 若骨架名称包含中文,则 SpineSprite 节点的 skeleton_data_res 属性被指定该 skeleton data 时,整个 Godot IDE 都会崩溃 ② SpineBoneNode 这类可选骨骼的节点,其骨骼列表会显示中文为乱码 我在使用最新的 GDExtension (spine-godot-extension-4.2...
13
13 उत्तर
W
在Godot代码中获取某一骨骼的世界位置
Runtimes
Godot
我有一个攻击动画,我想获取攻击动画里面”武器“骨骼的世界位置以匹配碰撞,我该使用什么方法获取骨骼的世界位置?
3
3 उत्तर
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 उत्तर
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 उत्तर
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...
4
4 उत्तर
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 उत्तर
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 उत्तर
W
怎样在Godot中翻转我的SpineSprite?
Runtimes
Godot
我无法在Godot中翻转我的SpineSprite,这太糟糕了。两年前的DragonBones都可以轻松实现 我该怎么在Godot实现对SpineSprite的翻转?
3
3 उत्तर
[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 उत्तर
V
Spine integration in 3D space ?
Runtimes
Godot
Hello, Does spine runtimes will be integrated inside 3D Nodes ? Thanks,
3
3 उत्तर
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 उत्तर
A
Check name _on_spine_sprite_animation_ended
Runtimes
Godot
I have connected the signal on_spine_sprite_animation_ended to my script in Godot, and it seems to work fine. However, I want to call the print() function only when the animat...
2
2 उत्तर
A
Godot get_animation_state() issue.
Runtimes
Godot
I'm trying to program some movement animations cause I've been having issues with the AnimationPlayer, but no matter what I do I keep getting this error or a similar one: Inva...
2
2 उत्तर
A
Connecting Events to Godot
Runtimes
Godot
Hi, I'm having issues with checking for events in Godot. At the moment, in my "Attack" animation, there's an event keyed with a string "Attack" I am trying to call a function ...
5
5 उत्तर
और लोड करें
लोड हो रहा है...
यह साइट एक आधुनिक ब्राउज़र में सबसे अच्छी तरह से देखी जा सकती है जिसमें जावास्क्रिप्ट सक्षम है।
इस साइट के पूर्ण संस्करण को लोड करने का प्रयास करते समय कुछ गलत हुआ। ठीक करने के लिए इस पन्ने को हार्ड-रीफ्रेश करने का प्रयास करें।
Godot
Expected release date for Godot 4.4 support?
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
4.3 spine-godot GDEextension in 4.4 project?
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
Check name _on_spine_sprite_animation_ended
Godot get_animation_state() issue.
Connecting Events to Godot
अगला पन्ना »