Rotate pixelart ship also with pixels. (not just trying to apply vector to raster image)

Hello,
i need to rotate ship but with the pixels.

Not like this:
100478-uixr.png

So it stayed like this but rotated:100479-z4qv.png

Thanks for any help.

Are you talking about the lighting of the ship, or the script implementation?

Lighting - I’m not much of an artist, but there is a pretty cool tool called Sprite Lamp which helps with creating lighting for 2d sprite.

Scripting - You can use transform.Rotate to rotate the ship. If you have different sprite maps for rotating you can also define some behaviour using the animator and Unity’s built in sprite tools.

Hope this is a little helpful!