Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: pcutile on October 15, 2013, 01:27:35 PM

Title: issue with label color
Post by: pcutile 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.
Title: Re: issue with label color
Post by: ArenMook 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.