Author Topic: why NGUI input not work on Android?  (Read 4106 times)

quantum_rez

  • Guest
why NGUI input not work on Android?
« on: January 09, 2013, 01:24:55 PM »
hi all, maybe this is my first post, nice to know you all..  :D

sorry before, i want to ask about input, when i read the tutorial it say will work on Android will automatically bring on screen keyboard when we click on it, but my input not work, when i click on it, on screen keyboard don't appear ?

anyone can help me please? i don't know what's wrong with it.

Thanks before

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: why NGUI input not work on Android?
« Reply #1 on: January 09, 2013, 03:27:46 PM »
Works on my android devices. What version of Unity and NGUI?

quantum_rez

  • Guest
Re: why NGUI input not work on Android?
« Reply #2 on: January 09, 2013, 04:20:33 PM »
unity 3.5.3f, but i don't know the NGUI version because i get it from 3D Tower Defense Starter Kit and free version..

How can i check the NGUI version?

Thanks

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: why NGUI input not work on Android?
« Reply #3 on: January 10, 2013, 04:11:40 AM »
Free version is outdated, so you can't expect everything to work everywhere. :)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: why NGUI input not work on Android?
« Reply #4 on: January 10, 2013, 01:21:34 PM »
Yeah Free version has code in a DLL which is specific to certain builds (as there is no way to #ifdef stuff within a DLL -- if building for PC do this, if building for android do that). You need a full version of NGUI for it to work.