Author Topic: Unity 2017.2b2 warnings  (Read 9100 times)

Aurigan

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 21
    • View Profile
Unity 2017.2b2 warnings
« 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)

ffff1111

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Re: Unity 2017.2b2 warnings
« Reply #1 on: July 12, 2017, 04:45:13 PM »
Unity 2017 has removed that built-in GUIStyle.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Unity 2017.2b2 warnings
« Reply #2 on: July 15, 2017, 06:27:59 AM »
Just global replace "AS TextArea" with "TextArea" as pointed out in another thread.