Bendzae / unity-dots-animation

Simple animation system for the unity dots stack.
MIT License
56 stars 6 forks source link

The Baking process takes too long #5

Open MRfantastic3DGamer opened 1 year ago

MRfantastic3DGamer commented 1 year ago

As it is now the baking process takes too long. Could there be a way to use a singleton to bake all the different animations and skinned meshes and then use that data for all the animations.

Bendzae commented 1 year ago

Since the baking speed is sufficient for my projects I will probably not invest the time to implement such a change. But feel free to create a PR with your idea. I will try to review it as soon as possible!