Support => NGUI 3 Support => Topic started by: xenonii on July 13, 2015, 07:21:05 AM
Title: Unity 4.6.7 UILabels errors
Post by: xenonii on July 13, 2015, 07:21:05 AM
Hi, I just updated to Unity 4.6.7 and it is giving me:
Assets/NGUI/Scripts/UI/UILabel.cs(910,60): error CS0618: `UnityEngine.Font.textureRebuildCallback' is obsolete: `Font.textureRebuildCallback has been deprecated. Use Font.textureRebuilt instead.'
Title: Re: Unity 4.6.7 UILabels errors
Post by: ArenMook on July 14, 2015, 11:56:41 PM
Do you mean Unity 5.1? textureRebuildCallback is not deprecated in 4.6. I have 4.6.7 installed myself. Font.textureRebuilt doesn't exist in Unity 4.
Title: Re: Unity 4.6.7 UILabels errors
Post by: odyssey.l on August 26, 2015, 03:15:18 AM
I'm having the same issue and using 4.6.7p3.
Title: Re: Unity 4.6.7 UILabels errors
Post by: ArenMook on August 26, 2015, 12:24:48 PM
Yes, known bug Unity introduced in the patch version. It's a regression bug they introduced, and there is no way to #ifdef check the version of Unity between 4.6.7 final and patch versions, so I can't do anything about it.