In my unity C# project I want to assign an important PNG image to a sprite. However the images I have important don't show up in the sprite selection menu.
Asked
Active
Viewed 6,231 times
2 Answers
9

Draco18s no longer trusts SE
- 15,628
- 3
- 36
- 56
-
Thanks I feel like an idiot now, I haven't used unity for years, thanks for your help. – Callum Williams May 03 '17 at 20:52
-
@CallumWilliams They change stuff *all the time,* its crazy. Glad to help. Don't forget to up and mark as accepted! – Draco18s no longer trusts SE May 03 '17 at 20:55
1
in your Project tab find your imported PNG and select it. Inspector will display the import settings for your PNG. Change Texture Type
(the very first dropdown in inspector) from Default
to Sprite 2D and UI
. Now the image will behave like a sprite.

Nika Kasradze
- 2,834
- 3
- 25
- 48