Author Topic: Problems with Ngui and Touchscript  (Read 2224 times)

joe

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Problems with Ngui and Touchscript
« on: December 17, 2015, 04:13:43 PM »
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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Problems with Ngui and Touchscript
« Reply #1 on: December 17, 2015, 10:47:32 PM »
Hmm... the TouchScript.dll I have in Windward is from 2014-07-03. I don't know what version that corresponds to, but I am attaching the whole folder along with the bridge script. Perhaps it will help.