Esoteric Software
Navigation
Главная
Блог
Форум
Контакты
English
Español
Français
Главная
Блог
Форум
Контакты
Spine
Возможности
Примеры
Среды
Обучение
Справка
Попробовать
Купить
Возможности
Примеры
Среды
Обучение
Справка
Купить
Попробовать
Spine Forum
Регистрация
Войти
Godot
Discuss using Spine with Godot and the spine-godot runtime.
Создать дискуссию
Runtimes
Все дискуссии
Теги
Editor
Runtimes
Unity
Unreal
Godot
Bugs
Tutorials
Showcase
Networking
International
Off-topic
Announcements
По релевантности
По релевантности
По обновлению
Популярное
Новое
Старое
C
spine-godot运行时的翻转问题
Runtimes
Godot
之前的碰撞箱问题部分得到了解决,我将角色的根节点设为characterbody2d,然后设置了一堆碰撞箱,这些碰撞箱的位移和旋转跟随骨骼的area2d子节点,就解决了之前的多碰撞箱问题。 但现在又有问题了,当我水平翻转我的角色(将characterbody2d的scale的x值设为-1)时,碰撞箱的显示与跟地板的接触是正常的,但实际碰撞有问题 而当...
2
2 ответа
C
求边界框用法
Runtimes
Godot
我为我的角色设置了边界框,但我不知道如何将其转化为碰撞形状,Godot运行时貌似没有这个功能 我非常希望他能进行碰撞和伤害检测,这些碰撞箱的位置,旋转等信息都随着骨骼动画而不断变化,但他们应该合并为一个Area2D,这样进行伤害检测就方便得多,不会造成重复多余的伤害 所以,像这样的边界框到底该如何只用一个Area2D概括用来进行碰撞和伤害检测呢??...
0
0 ответов
C
如何将Spine的物理约束整合到Godot中?
Runtimes
Godot
我为一个角色设置了物理约束和边界框,但是当我移动该角色场景的根节点(SpineSprite)时,角色并没有产生物理约束效果,同时也不知道如何让该角色的边界框参与碰撞(伤害检测),这个怎么解决?
3
3 ответа
A
Spine-godot4.4.1 can not running on ios
Runtimes
Godot
Seems that libspine_godot.ios.template_release.a referrenced the bin/ios/ios.framework/libspine_godot.ios.template_release which is not contained in spine-godot extension Also...
3
3 ответа
C
如何让Spine动画播放完后出发信号?
Runtimes
Godot
我为一位角色制作了一个眨眼动画,我希望这个角色每眨一次眼就等随机一段时间再眨一次,我想用信号的方式实现它 但我不知道func on骨架_animation_completed(spine_sprite: Object, animation_state: Object, track_entry: Object)的作用,有哪位大佬帮我解释一下谢谢~
5
5 ответов
C
spine-godot引擎安装解决方案
Runtimes
Godot
我尝试下载spine-godot自定义引擎模块,但下载的网址打不开,无法安装,如何解决???
9
9 ответов
R
How to use shaders for SpineSprites?
Runtimes
Godot
Hello! I exported the character to godot 4.4.1. I created a normal map for the atlas. Everything is working well. Then I wanted to add a shadow from the character using a shad...
6
6 ответов
T
[godot] 我把同样的 .atlas、png、spine-json 放到用户目录下,加载不起作用
Runtimes
Godot
[godot] 我把同样的 .atlas、png、spine-json 放到用户目录下,加载不起作用,放在工程目录下是可以的 上面正常工作 这个会崩溃 png和atlas是从server上获取的,我想通过网络请求,动态的生成不同的骨骼动画,这个功能应该如何实现?
6
6 ответов
R
How to apply specular maps in godot?
Runtimes
Godot
Hello! I did not find in the documentation how to apply specular maps. If there is no such possibility yet, are there any plans to add such a feature?
3
3 ответа
S
godot-spine 4.4.1 error for already exists.
Runtimes
Godot
Bugs
Problem statement Hi, I need some help from godot-spine 4.4.1 My godot is 4.4.1 stable ver. I creat a new proj, save & close godot, then download GDExtension 4.4.1 and put bin...
2
2 ответа
Need Help!! SpineSlotNode and SpineBoneNode Not working properly
Runtimes
Godot
Help me please, SpineSlotNode is not following slot when I move my IK target, same goes for SpineBoneNode, shouldn't it follow along where the target slot/bone is? But it seem...
2
2 ответа
SpineBoneNode not resetting the position of IK driven node
Runtimes
Godot
Hello, I have a problem the SpineBoneNode not resetting, Basically when I enable and disable the enabledproperty in the godot editor the position of the IK driven node resets,...
2
2 ответа
N
Matching physics constraint timing to scaled Spine animation in Godot
Runtimes
Godot
This question assumes a situation where a hair SpineSprite is displayed on Godot and a hair swaying animation is played. If I execute the following code and change the hair sw...
2
2 ответа
Need help with Godot SpineBoneNode
Runtimes
Godot
I need help regarding this SpineBoneNode with the latest godot build My issue is when I set enabled = false inside code, the transition immediately takes place, is there a way...
2
2 ответа
Y
How does Spine2D physics animations integrate with game engine physics?
Runtimes
Godot
I'm using Godot with Rapier physics engine. Are Spine2D physics simulated at game runtime, or are the physics animations baked down prior to engine use? If simulated during ru...
2
2 ответа
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 -...
4
4 ответа
K
Incomplete Godot C# Project Setup on VS Code
Runtimes
Godot
I'm using Godot C# (Editor version, not GDExtension), and I followed the project setup described here. Unfortunately, it didn't work on VS Code as the nuget.config file wasn't...
1
1 ответ
I
Incremental increase when animation is complete in Godot 4.4.1
Runtimes
Godot
hello all, hope everyone is well I wanted to create a scene in godot 4.4 where my character increases a counter whenever a animation is finished. 2 animations are a idle(cooln...
3
3 ответа
F
godot4.3导入包含中文名的骨骼时会导致整个godot崩溃
Runtimes
Godot
Bugs
使用英文名骨骼时不会出现这个问题,但是因为某些原因我只能用中文。 SpineSprite节点如果同时指定skeleton_file_res和atlas_res,且使用Binary导出时就会出现问题,使用json导出没有问题。
1
1 ответ
GDExtension 对汉字有些兼容性问题
Runtimes
Godot
① 若骨架名称包含中文,则 SpineSprite 节点的 skeleton_data_res 属性被指定该 skeleton data 时,整个 Godot IDE 都会崩溃 ② SpineBoneNode 这类可选骨骼的节点,其骨骼列表会显示中文为乱码 我在使用最新的 GDExtension (spine-godot-extension-4.2...
14
14 ответов
Показать ещё
Загрузка...
Этот сайт лучше всего просматривать в современном браузере с включённым JavaScript.
Что-то пошло не так при попытке загрузить полную версию этого сайта. Попробуйте обновить страницу с удалением кэша браузера (CTRL+F5) для решения этой проблемы.
Godot
Discuss using Spine with Godot and the spine-godot runtime.
spine-godot运行时的翻转问题
求边界框用法
如何将Spine的物理约束整合到Godot中?
Spine-godot4.4.1 can not running on ios
如何让Spine动画播放完后出发信号?
spine-godot引擎安装解决方案
How to use shaders for SpineSprites?
[godot] 我把同样的 .atlas、png、spine-json 放到用户目录下,加载不起作用
How to apply specular maps in godot?
godot-spine 4.4.1 error for already exists.
Need Help!! SpineSlotNode and SpineBoneNode Not working properly
SpineBoneNode not resetting the position of IK driven node
Matching physics constraint timing to scaled Spine animation in Godot
Need help with Godot SpineBoneNode
How does Spine2D physics animations integrate with game engine physics?
When you fill in the SpineSkeletonDataResource, godot 4.4 crashes
Incomplete Godot C# Project Setup on VS Code
Incremental increase when animation is complete in Godot 4.4.1
godot4.3导入包含中文名的骨骼时会导致整个godot崩溃
GDExtension 对汉字有些兼容性问题
Следующая страница »