Hi, I've been trying to integrate touchscript and ngui with no success. I'm using TouchScript v6.10, NGUIv3.9.4 and Unity 5.2.2 on Windows 8.
I added the TouchScriptNGUI script(
http://www.tasharen.com/forum/index.php?topic=4984.msg56678#msg56678) to my TouchScript gameObject(where I set up TouchScript input sources) and a touchScript's CameraLayer to my main camera.
On the Unity editor everything works fine; but in a standalone Windows built, using mouse input, the OnClick methods on my ngui buttons doesn't get call at all. The same happen with OnPress and OnDrag events on ScrollViews.
Do you have any idea what is happening here?
Thanks.