The Sprite Renderer is very important component to use when developing 2D projects as it determines how the given Sprite is rendered. It’s an essential component for the Tilemap system to work properly as well.
In this tutorial, you'll learn how to add the Sprite Renderer to your Sprite, set various properties, and arrange Sprites to render in layers.