Welcome,
Guest
. Please
login
or
register
.
January 16, 2026, 07:22:09 PM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Unity 2017.2b2 warnings
« previous
next »
Print
Pages: [
1
]
Author
Topic: Unity 2017.2b2 warnings (Read 9095 times)
Aurigan
Newbie
Thank You
-Given: 2
-Receive: 0
Posts: 21
Unity 2017.2b2 warnings
«
on:
July 10, 2017, 03:16:49 PM »
Unable to find style
'AS TextArea'
in
skin
'DarkSkin'
Layout
UnityEngine
.
GUIStyle
:
op_Implicit
(
String
)
NGUIEditorTools
:
BeginContents
(
Boolean
)
(
at Assets
/
3rd Party
/
NGUI
/
Scripts
/
Editor
/
NGUIEditorTools
.
cs
:
1362
)
NGUIEditorTools
:
BeginContents
(
)
(
at Assets
/
3rd Party
/
NGUI
/
Scripts
/
Editor
/
NGUIEditorTools
.
cs
:
1348
)
UIPanelInspector
:
ShouldDrawProperties
(
)
(
at Assets
/
3rd Party
/
NGUI
/
Scripts
/
Editor
/
UIPanelInspector
.
cs
:
589
)
UIRectEditor
:
OnInspectorGUI
(
)
(
at Assets
/
3rd Party
/
NGUI
/
Scripts
/
Editor
/
UIRectEditor
.
cs
:
135
)
UnityEngine
.
GUIUtility
:
ProcessEvent
(
Int32, IntPtr
)
Logged
ffff1111
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 1
Re: Unity 2017.2b2 warnings
«
Reply #1 on:
July 12, 2017, 04:45:13 PM »
Unity 2017 has removed that built-in GUIStyle.
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
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.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Unity 2017.2b2 warnings