brunomikoski / Animation-Sequencer

A visual tool that allows you to create animated sequences of tweens and tweak them on editor time.
MIT License
960 stars 116 forks source link

Export a unity package breaks the actions in the animation steps #46

Closed deviwinnow closed 2 years ago

deviwinnow commented 2 years ago

If I try to export a package with an Animation Sequencer Controller and open it in another unity project, I can see the steps, but all the actions are empty. Is there anything I can do? Thanks

brunomikoski commented 2 years ago

I need to investigate this further, not sure if this is something easy to do to be honest.

deviwinnow commented 2 years ago

Thank you. In the meantime do you have any suggestion to be able to copy an animation sequencer controller from a project to another?

brunomikoski commented 2 years ago

Thank you. In the meantime do you have any suggestion to be able to copy an animation sequencer controller from a project to another?

Sadly I don't think there's an easy of doing this ATM, since most of the references are inside the package.

I'm have plans to implement a way of exporting the animation as a shareable file somehow, but its really far from production ready.