- Home /
Question by
DiamondMC105 · Jun 29, 2017 at 01:05 AM ·
2d game2d-platformerplatform
How to make a 2D spritesheet
How can you make a 2D Pixel sprite sheet?
If you redirect to some useful sources or explain step to step that will be great. Thanx.
Comment
You... Add all the sprites to a bitmap and save it as a format that supports transparency (PNG). Then in Unity's Texture Importer you set it to multiple and set up the sprites.
What software are you using? Pretty much any pixel art editor will let you export all frames onto a single sheet: aseprite, graphicsgale, piskel, pyxeledit etc.
And if you're jist using $$anonymous$$SPaint, say, then you manually place the sprites onto the bitmap as @Cherno said.