Author Topic: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout  (Read 11813 times)

pcutile

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 81
    • View Profile
Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
« on: September 19, 2017, 09:58:33 AM »
there is some correlation with ngui? i don't use anyting of normal GUI this warnings repeat at 999 times even if cleared they are showed anytime.

pcutile

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 81
    • View Profile
Re: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
« Reply #1 on: September 19, 2017, 12:25:37 PM »
excuseme related to this i have upgraded unity3d to 2017.1.1p2 and now project load but not compile because say ArgumentNullException: Argument cannot be null.
Parameter name: source

for two times. i don't kno w about hits error

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
« Reply #2 on: September 24, 2017, 01:34:02 AM »
The current latest NGUI has this in NGUIEditorTools.cs, line 1352:
  1. #if UNITY_4_7 || UNITY_5_5 || UNITY_5_6
  2.         static public string textArea = "AS TextArea";
  3. #else
  4.         static public string textArea = "TextArea";
  5. #endif

pcutile

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 81
    • View Profile
Re: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
« Reply #3 on: September 29, 2017, 11:22:52 AM »
thanks.