Sprite rendering with ECS in Unity

Recently, I’ve encountered a problem with rendering sprites with ECS in Unity. And yes, I know, ECS is still in preview but why wouldn’t share some of my experience with it? ?

ECS is a new way of programming in Unity, and I made a post with the introduction to it recently. You can check it here if you didn’t see it already. ?

Back to today’s subject! You might ask, what is the problem with sprites in ECS?

Well… There is nothing like SpriteRenderer which we have now in Unity. This reminds me of the old days when we didn’t have any 2D components… Yeah, it was long ago… ?

Continue reading “Sprite rendering with ECS in Unity”