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?