Reputation: 11
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
Reputation: 7170
Just follow Unity official manual: https://docs.unity3d.com/Manual/Sprites.html
Create your sprite as image with your preferred graphic software
Add your image to Unity (drag & drop or just + button)
Change texture type in Ispector as "Sprite"
Upvotes: 1