Author Topic: issue with label color  (Read 2561 times)

pcutile

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 81
    • View Profile
issue with label color
« on: October 15, 2013, 01:27:35 PM »
when hit play on unity editor some labels, checkmark and others change color. they lost color and are setted with 128,128,128. what is happen? there is not any code that make this for me.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: issue with label color
« Reply #1 on: October 15, 2013, 02:13:17 PM »
UIButton script will do this if the button is disabled. Button is considered disabled if its collider is disabled.