Author Topic: How to make Simple-Texture as a sprite?  (Read 4494 times)

noob22

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 38
    • View Profile
How to make Simple-Texture as a sprite?
« on: March 04, 2013, 08:00:46 PM »
There are some pictures below which are my settings and contrast.
And there are some different display between a simple texture and a sprite.
I have no idea.Any suggestions?






adam718

  • Jr. Member
  • **
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 60
    • View Profile
Re: How to make Simple-Texture as a sprite?
« Reply #1 on: March 04, 2013, 08:42:40 PM »
It's because texture size is not power of 2 (like 64, 128, 256, ...)
You should include it in atlas if possible.

noob22

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 38
    • View Profile
Re: How to make Simple-Texture as a sprite?
« Reply #2 on: March 04, 2013, 08:59:15 PM »
It's because texture size is not power of 2 (like 64, 128, 256, ...)
You should include it in atlas if possible.
Thanks for your reply.
Certainly we need use UITexture, when we change UI from external picture resourse.
I have got it.
http://www.tasharen.com/forum/index.php?topic=2483.15