Welcome,
Guest
. Please
login
or
register
.
December 12, 2024, 12:23:56 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
« previous
next »
Print
Pages: [
1
]
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
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.
Logged
pcutile
Jr. Member
Thank You
-Given: 0
-Receive: 0
Posts: 81
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
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
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:
#if UNITY_4_7 || UNITY_5_5 || UNITY_5_6
static
public
string
textArea
=
"AS TextArea"
;
#else
static
public
string
textArea
=
"TextArea"
;
#endif
Logged
pcutile
Jr. Member
Thank You
-Given: 0
-Receive: 0
Posts: 81
Re: Unable to find style 'AS TextArea' in skin 'LightSkin' Layout
«
Reply #3 on:
September 29, 2017, 11:22:52 AM »
thanks.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Unable to find style 'AS TextArea' in skin 'LightSkin' Layout