Author Topic: How to make rotated sprites look better ?  (Read 1717 times)

missingno

  • Guest
How to make rotated sprites look better ?
« on: September 19, 2013, 12:43:25 PM »
Hi,

I am rotating my character sprite to look where he will be shooting, however as expected when rotating sprites it starts looking jagged, blurry, etc.

Is there anything I can do to minimize this and make my character look better when rotated ?

The sprite is part of an atlas and its imported with the settings attached.

Thanks.

Cawas

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 11
  • fucking programmer
    • View Profile
Re: How to make rotated sprites look better ?
« Reply #1 on: September 19, 2013, 04:34:23 PM »
I can only think of 2 things: bigger sprite or making it 3D instead.

For the bigger sprite, you may try to use UITexture instead of UISprite. It's not as optimized for performance, but it may look better.