Support => NGUI 3 Support => Topic started by: pcutile on September 19, 2017, 09:58:33 AM
Title: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
Post by: pcutile 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.
Title: Re: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
Post by: pcutile 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
Title: Re: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
Post by: ArenMook on September 24, 2017, 01:34:02 AM
The current latest NGUI has this in NGUIEditorTools.cs, line 1352:
#if UNITY_4_7 || UNITY_5_5 || UNITY_5_6
staticpublicstring textArea ="AS TextArea";
#else
staticpublicstring textArea ="TextArea";
#endif
Title: Re: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
Post by: pcutile on September 29, 2017, 11:22:52 AM