Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Decco on December 22, 2014, 10:46:46 AM
Title:
Windows Store Error
Post by:
Decco
on
December 22, 2014, 10:46:46 AM
Hello ArenMook,
I'm using Unity 4.5.5 and NGUI 3.7.7
I'm building for Windows Store Universal 8.1
And I have this compilation error :
Assets
/
NGUI
/
Scripts
/
UI
/
UIInput
.
cs
(
1126
,
29
)
:
error CS0103
:
The name `mKeyboard
' does not exist in the current context
I think it's due to a problem with the preprocessor directive around this line.
Decco
Title:
Re: Windows Store Error
Post by:
Schnueggel
on
December 28, 2014, 05:24:02 AM
Hm I think you can delete those parts. Did you try?
Title:
Re: Windows Store Error
Post by:
ArenMook
on
December 28, 2014, 11:58:01 AM
Here's UIInput.cs from the latest Pro version.
Title:
Re: Windows Store Error
Post by:
Decco
on
December 29, 2014, 06:54:19 AM
Perfect ! Thank you !