What is Unity Sprite ?

In Unity, they are the graphic images that are desired to be displayed in the game objects (GameObject) used in 2D games.

Sprite and Image should not be confused with each other.

When an object is assigned a Sprite, the Sprite Renderer component is automatically added to the object.



You May Interest

Checking If Unity GameObject Has Child Object

How to Adjust Unity Screen Rotation Settings?

What is Unity Asset Store?

Adding a Button Property to an Object in Code in Unity

Finding Unity SDK Path