Author Topic: UITexture Being Converted to UISprite?  (Read 4495 times)

Bartleby

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
UITexture Being Converted to UISprite?
« on: February 17, 2014, 02:41:42 PM »
I've run into a strange issue where some UITextures I have in a prefab are being converted into UISprites somehow. I'm using UITextures with the Unlit/Depth Cutout shader as masks in a couple of places, but NGUI seems to have developed a habit of stomping the UITexture and replacing it with a UISprite. I'll replace the UISprite with the UITexture again, only to have it stomp it again after awhile. While not an insurmountable issue (since I'm only using a couple of these), it's kind of annoying. Any ideas on what could cause this, and how to prevent it from happening again?

This is in NGUI 3.0.8 f3 (or so says the ReadMe).

cbartlett

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 43
    • View Profile
Re: UITexture Being Converted to UISprite?
« Reply #1 on: February 17, 2014, 08:45:26 PM »
Please considering searching the forum for answers

please see this http://www.tasharen.com/forum/index.php?topic=6127.msg38222#msg38222

Bartleby

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
Re: UITexture Being Converted to UISprite?
« Reply #2 on: February 18, 2014, 10:14:36 AM »
Whoops! I completely missed that while looking for answers. Thanks!