Author Topic: Ngui Problem, need help  (Read 3558 times)

nabilfx

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 0
    • View Profile
Ngui Problem, need help
« on: December 21, 2014, 08:54:40 AM »
I need help, I have a cube with the playmaker (object touch event) on it, within the Ngui anchor, the problem is the Cube with (object touch event) does not work, when i touch the object in the screen of the cellphone.
If i put the cube with the playmaker (object touch event) without Ngui anchor it works.
How can i fix that.
Here is the project packague link:

http://we.tl/mf5WQbDFmN

I need to solve this problem please!

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: Ngui Problem, need help
« Reply #1 on: December 22, 2014, 08:56:38 AM »
I don't have any experience with playmaker, but usually when you lose touch inputs, it's because the layers get changed. Try to enable colliders and see where the object is placed.

You can also enable Debug on the UICamera and see what you're hovering at all times.