https://www.bilibili.com/video/BV1ir4y177Dz/?vd_source=990c0421ac041e09f5c119a11f69eefc
上面链接的脱丝袜效果是通过脚本代码控制的,而身体的动画是正常自动播放的.
如果我使用Spine2D我应该怎么做?
我怎么实现这种脱丝袜的效果?
SteveZ You can achieve a similar effect with the sliders added in 4.3-beta.
Sliders allow you to reuse animations you've created in other animations. So first create the stocking animation manually, then create a slider to use it, and in another animation animate the slider or map it to a bone. This way, at runtime, you can move the stocking by moving a specific bone via scripts. However, 4.3-beta is still an early beta release, so most runtime components have not yet fully implemented the new features of 4.3-beta. It may take some time before you can test the runtime effects, but you can currently use sliders in the editor with the latest 4.3-beta, so please give it a try.
感谢你的回复!
请问是否有关于这个功能的教程或者案例?
SteveZ Unfortunately, this feature is brand new, so we have not yet prepared a tutorial.
Although Chinese translations have not yet been added, tooltips are already available when you hover your mouse over each property, so please refer to them for the meaning of each property. If you have any questions after trying it out, please feel free to contact us.
好的,感谢.