How to make a simple 2D Animation with ECS

Hi,
I want to make a little RPG game with DOTS. I’ve created the player and the script to move it around the screen.

My problem now is how I can animate it?

On the “standard” Unity I’ve used animator but, obviously, it doesn’t work with entities.

I’ve tried to use the MonkeyCode example (with some polishing and fixing) but it doesn’t work the “Convert to Entity” method.

Some Ideas?

Use Tiny project. It is pure ECS.
Project Tiny (Preview) | Package Manager UI website (unity3d.com)

But you should must learn about pure ECS.

Check about ourmachinery engine. It is more easier for 2D game.

1 Like

Thanks