Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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.
-
Thanks! I will fix that.