Convert Spriterenderer To Ecs

Hi,

I am playing around with ECS and trying to use the official samples on a 2D project.
However, it seems that GameObject with SpriteRenderer cannot get converted using the ConvertToEntity script (i.e. does not appear after conversion).

What should I do to get 2D functionalities?

Thank you.

1 Like

Just keep the gameobject of the entity.

Thanks for your reply. Do you mean selecting “Convert and Inject GameObject” as conversion mode? How would this workflow work? Specifically, how would I modify the game object that gets injected? It doesn’t seem to move.
Thanks!

Hi…i have the same issue
Did you find a solution for that?