To make sprites for games using Unity, follow the steps given below:
- Go to Assets, select Create 2D and then select Sprite
- Select a placeholder sprite like a square, circle or any other shape
- Click on Texture and then apply a texture to your GameObject
- At last, add a Sprite Renderer component.