playMaker

Author Topic: NGUI Playmaker broken ?(SOLVED)  (Read 3582 times)

vidi

  • Playmaker Newbie
  • *
  • Posts: 21
NGUI Playmaker broken ?(SOLVED)
« on: July 19, 2013, 03:15:05 AM »
With the earlier release of Playmaker I could use mouse events to trigger the actions Now with newest version not happens.

-. Mouse Down transition on a NGUI Button has no effect .But if I do the same thing with a older release of Playmaker that works

I mean not the proxy thing from Jean,  I mean playmakers native touch or system event

So my question how can I use playmaker and NGUI for android target ?

With the proxy from Jean do it not work because Unity not build with this
« Last Edit: July 19, 2013, 03:02:21 PM by vidi »

vidi

  • Playmaker Newbie
  • *
  • Posts: 21
Re: NGUI Playmaker broken ?(SOLVED)
« Reply #1 on: July 19, 2013, 01:24:40 PM »
I despair. :-\  I do not know why this does not work anymore

Here you can see it has worked in an early version, but now I can it not do more

Also Event Receiver mask is correct

http://mjmedia.de/guimenue/guimenue.html

Why has MouseDown no effect more ?

Worked it for you ?

Create a NGUI Button and use MouseDOWN systemevent > not happens
« Last Edit: July 19, 2013, 03:00:56 PM by vidi »

vidi

  • Playmaker Newbie
  • *
  • Posts: 21
Re: NGUI Playmaker broken ?(SOLVED)
« Reply #2 on: July 19, 2013, 02:59:53 PM »
phew !  ??? I have now solved the problem with this custom action now
http://hutonggames.com/playmakerforum/index.php?topic=1356.0

first  I use this from Manual
https://hutonggames.fogbugz.com/default.asp?W1111

but with this proxy I get a error message and it can not build for android target.

Is there a Playmaker custom action for NGUIwith  touch events too ? 

because I get the hint
Quote
Game scripts or other custom code contains OnMouse_ event handlers. Presence of such handlers might impact performance on handheld devices.
UnityEditor.HostView:OnGUI()

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: NGUI Playmaker broken ?(SOLVED)
« Reply #3 on: July 31, 2013, 09:43:35 AM »
Hi,

 Is it the only error in the console? I doubt this is the reason why you can't build for android, this is only a warning.

bye,

 Jean