Skinned Mesh Characters in Hybrid ECS?

Is there a recommended workflow when it comes to rigged skin mesh characters?

The way I am doing makes me feel there should be an easier way. Maybe not.
I use Convert to Game Object.
Then have systems that move the entities of player and enemies.
And have the transforms followed to keep them in sync with the entities.
Where it really gets messy is having a bunch of triggers (using dots PhysicsShape) attached to bones.
I have to track all those as separate entities as well.
Feels like a hack.
The more I work on this the more I regret switching to Entities. (My fault)
Thanks for any feedback or comments

What are your requirements for animation?

I recently released a pure DOTS animation system that is free to use. If it doesn’t cover your use case or if you are uncomfortable using it, I’d like to know why because it might be something I can improve.

1 Like

This is extremely impressive… I will be looking into it