Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: quantum_rez on January 09, 2013, 01:24:55 PM

Title: why NGUI input not work on Android?
Post by: quantum_rez 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
Title: Re: why NGUI input not work on Android?
Post by: ArenMook on January 09, 2013, 03:27:46 PM
Works on my android devices. What version of Unity and NGUI?
Title: Re: why NGUI input not work on Android?
Post by: quantum_rez 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
Title: Re: why NGUI input not work on Android?
Post by: Nicki on January 10, 2013, 04:11:40 AM
Free version is outdated, so you can't expect everything to work everywhere. :)
Title: Re: why NGUI input not work on Android?
Post by: ArenMook 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.