Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Aurigan on July 10, 2017, 03:16:49 PM

Title: Unity 2017.2b2 warnings
Post by: Aurigan on July 10, 2017, 03:16:49 PM
  1. Unable to find style 'AS TextArea' in skin 'DarkSkin' Layout
  2. UnityEngine.GUIStyle:op_Implicit(String)
  3. NGUIEditorTools:BeginContents(Boolean) (at Assets/3rd Party/NGUI/Scripts/Editor/NGUIEditorTools.cs:1362)
  4. NGUIEditorTools:BeginContents() (at Assets/3rd Party/NGUI/Scripts/Editor/NGUIEditorTools.cs:1348)
  5. UIPanelInspector:ShouldDrawProperties() (at Assets/3rd Party/NGUI/Scripts/Editor/UIPanelInspector.cs:589)
  6. UIRectEditor:OnInspectorGUI() (at Assets/3rd Party/NGUI/Scripts/Editor/UIRectEditor.cs:135)
  7. UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Title: Re: Unity 2017.2b2 warnings
Post by: ffff1111 on July 12, 2017, 04:45:13 PM
Unity 2017 has removed that built-in GUIStyle.
Title: Re: Unity 2017.2b2 warnings
Post by: ArenMook on July 15, 2017, 06:27:59 AM
Just global replace "AS TextArea" with "TextArea" as pointed out in another thread.