Welcome,
Guest
. Please
login
or
register
.
April 25, 2026, 11:53:51 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
The name `trim' does not exist in the current context
« previous
next »
Print
Pages: [
1
]
Author
Topic: The name `trim' does not exist in the current context (Read 3456 times)
AGB
Jr. Member
Thank You
-Given: 0
-Receive: 1
Posts: 74
The name `trim' does not exist in the current context
«
on:
February 04, 2014, 03:39:23 AM »
When switching to Flash:
Assets/NGUI/Scripts/Internal/UIDrawCall.cs(461,37): error CS0103: The name `trim' does not exist in the current context
Logged
I'm a busy man... I have places to go,monsters to kill...
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: The name `trim' does not exist in the current context
«
Reply #1 on:
February 04, 2014, 03:47:23 AM »
Thanks, wrap it in an #ifdef:
#if !UNITY_FLASH
if
(
trim
||
!
alwaysOnScreen
)
#endif
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
The name `trim' does not exist in the current context