- Home /
so uhh.. how do you make sprites for the 4.6 UI?
Considering I'm not making a 2d but a 3d game, how do I make sprites to put them in my gui? I thought I just needed to import and image and put it in my GUI but apparently it has to be a sprite, not any jpg image.
Also, is it possible to make the sprites animated in my 3d project? Im sorry for the noob question but all the stuff I find about sprites in the web is for 2d projects :( ....
Answer by Alessio89 · Aug 28, 2014 at 04:40 AM
To make an imported image a sprite, you have to go in the inspector of the imported image and change from "Texture" to "Sprite" in the import settings :)
thank you so much! .... now, about the other question, is it possible to make animated sprites in my 3d projects? I want to change my 3d coin pickups into 2d sprites because when I put hundreds of them in the screen my Draw calls go through the roof :(
Yes you can, they're called sprite sheets and I believe you can set to "multiple sprites" in the inspector. From there on I can't help much though, I rarely work in 2D :)
Answer by Photoshop1 · Jun 11, 2015 at 09:14 AM
Hello there !
Check out this links may be it help you !
Your answer
Follow this Question
Related Questions
3d Collision for 2d objects 1 Answer
Help on a 2d game. 1 Answer
Switching Between "Dimensions"? 1 Answer
Making sprites just rotate and not tilt. 3 Answers