Siffrin
Siffrin

Reputation: 11

Adding Assets on Unity

How can I add an assets file for sprites on Unity? I have clicked on the add sign but there is no option saying: "sprites". When I click on it it simply just doesn't have the option on the bar.

Upvotes: 0

Views: 35

Answers (1)

stighy
stighy

Reputation: 7170

Just follow Unity official manual: https://docs.unity3d.com/Manual/Sprites.html

  1. Create your sprite as image with your preferred graphic software

  2. Add your image to Unity (drag & drop or just + button)

  3. Change texture type in Ispector as "Sprite"

enter image description here

Upvotes: 1

Related Questions