Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Resolved How to make a simple 2D Animation with ECS

Discussion in 'DOTS Animation' started by The_Brain_Programmer, Mar 19, 2021.

  1. The_Brain_Programmer

    The_Brain_Programmer

    Joined:
    Feb 4, 2018
    Posts:
    6
    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?
     
  2. kite3h

    kite3h

    Joined:
    Aug 27, 2012
    Posts:
    197
    The_Brain_Programmer likes this.
  3. The_Brain_Programmer

    The_Brain_Programmer

    Joined:
    Feb 4, 2018
    Posts:
    6