Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: csykora on September 12, 2013, 09:44:22 AM

Title: (3.0.0) UILabel canResize overrides UIWidget but isn't UNITY_EDITOR
Post by: csykora on September 12, 2013, 09:44:22 AM
After updating to 3.0.0 our build failed because canResize of UILabel has an override and looks for UIWidget canResize but it is within a UNITY_EDITOR block. We just placed added a UNITY_EDITOR block for canResize as well. I'm not sure if UIWidget.canResize should be editor only.
Title: Re: (3.0.0) UILabel canResize overrides UIWidget but isn't UNITY_EDITOR
Post by: ArenMook on September 13, 2013, 09:55:58 AM
Thanks! I will fix that.