• Editor
  • Path constraint controller binding

  • Đã chỉnh sửa
Related Discussions
...

Is it possible to bind the path constraint position controller (or curve controllers) to the bone. Can I somehow achieve the similar result (http://prntscr.com/jt0jz8)?. The idea was to create procedural weapon trails.

Also please suggest a way to customize export (an ability to choose which part of the scene I wanna export).

15 ngày sau

Hello! my fault for non answering earlier, I'll answer what I know (: (the procedural part is beyond what I usually do)

You can bind a path to follow a bone by selecting the path, opening the weights panel, bind the bone and then edit the weights of the path so thato one end follows the bone you chose and the other the parent bone/a bone of your choice. Paths - Spine User Guide: Weights

At runtime you can move bones around programmatically, which will affect the path exactly like it does in Spine.

Each skeleton is exported to a separate file, you can't do a data export with only part of a skeleton, but note a project can have multiple skeletons.
Export - Spine User Guide and Texture Packing - Spine User Guide might help you.