Author Topic: Windows Store Error  (Read 2440 times)

Decco

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 1
  • Posts: 20
    • View Profile
Windows Store Error
« 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 :

  1. 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

Schnueggel

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
    • PyokoPykoko
Re: Windows Store Error
« Reply #1 on: December 28, 2014, 05:24:02 AM »
Hm I think you can delete those parts. Did you try?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Windows Store Error
« Reply #2 on: December 28, 2014, 11:58:01 AM »
Here's UIInput.cs from the latest Pro version.

Decco

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 1
  • Posts: 20
    • View Profile
Re: Windows Store Error
« Reply #3 on: December 29, 2014, 06:54:19 AM »
Perfect ! Thank you !