Author Topic: What replaces UIFilledSprite?  (Read 2348 times)

jerotas

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
What replaces UIFilledSprite?
« on: October 24, 2015, 12:50:38 AM »
We are upgrading from NGUI that's quite old. What's the replacement for UIFilledSprite in the newest NGUI? We can't compile until we fix all the code that refers to them.

Thanks in advance!

vivalavida

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 9
    • View Profile
Re: What replaces UIFilledSprite?
« Reply #1 on: October 24, 2015, 12:56:28 AM »
Do you mean UIFilled Sprite as a separate component?

The way to do it is, attach UISprite and set the type to 'Filled'.
« Last Edit: October 24, 2015, 01:10:17 AM by vivalavida »

jerotas

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: What replaces UIFilledSprite?
« Reply #2 on: October 24, 2015, 12:57:37 AM »
thank you!