Isit Possible to turn a drawing into sprite?

I did alot of hand drawings for a 2d game im working on and i realised after photoshoping all that they are not sprites. Is there a way to convert this or will I have to draw on a sprite sheet from scratch?
All my drawings I have filled in and coloured but they are not sprites and not compatable to be placed into unity.

thanks for any input.

How are they not compatible? Unity can handle photoshop files, or worst case you can export them from photoshop into PNG or some other image format that Unity can read.

Unity can also automatically add the imported images into a spritesheet, or it will happily work with the individual images as well.

I would suggest using the Learn link at the top to go through some of the tutorials that teach about Unity’s 2D features.

I’m not sure what you think a sprite is. A Sprite is simply an image or a piece of an image that’s drawn on the screen. Any image file can be imported and turned into a sprite or sliced into multiple sprites.

i think he meant normal drawing into something like 64x64 pixels