playMaker

Author Topic: [SOLVED] Playmaker NGUI Events BROKEN  (Read 4255 times)

Budde88

  • Full Member
  • ***
  • Posts: 165
[SOLVED] Playmaker NGUI Events BROKEN
« on: September 12, 2015, 06:19:21 PM »
I just wanted to report that the Playmaker NGUI Events are not working when I compile for 64bit onto an IOS Device, However they do work when I compile for 32 Bit which is obviously outdated now for Apple submissions.

Specifically the NGUIEvents to PlaymakerFSMEvents.

Everything works as it should in Unity 5, but not once it is built on an IOS Device.
As a result my project that has been in work now for 16 months is literally not working. This is Heartbreaking for me. I cannot submit it for BETA testing or even approach publishers in 32 bit format. Is there anyway someone can get on this to help ASAP or even knows of a way to get it working, maybe I missed something when building in Unity or XCODE.

I have upgraded to the latest Playmaker NGUI scripts and have the latest versions of both plugins.

PLEASE HELP!
« Last Edit: September 21, 2015, 11:44:32 AM by Budde88 »

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Playmaker NGUI Events BROKEN :(
« Reply #1 on: September 14, 2015, 04:06:57 AM »
Bump

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker NGUI Events BROKEN :(
« Reply #2 on: September 14, 2015, 04:11:19 AM »
Hi,

 Yes, I need to bring that up to par.

I made a trello task for it. I'll address this asap. Please bump end of the weel if I haven't tackled it yet, I expect I do tho, but just in case.


Bye,

 Jean

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Playmaker NGUI Events BROKEN :(
« Reply #3 on: September 14, 2015, 04:39:32 AM »
Thanks Jean,

We all appreciate all the effort you go through helping us out.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker NGUI Events BROKEN :(
« Reply #4 on: September 14, 2015, 05:23:48 AM »
Thanks :)

 Don't forget that HutongGames is behind me and invest heavily to provide this support.

Bye,

 Jean

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Playmaker NGUI Events BROKEN :(
« Reply #5 on: September 14, 2015, 05:58:44 AM »
Can you believe that I was just looking for the LIKE button haha

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker NGUI Events BROKEN :(
« Reply #6 on: September 14, 2015, 07:49:59 AM »
Hi,

 Some forum have such feature actually :)

 Bye

 Jean

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Playmaker NGUI Events BROKEN :(
« Reply #7 on: September 17, 2015, 05:58:10 AM »
Hey Jean,

You asked me to bump it end of the week to see if you got started.

BUMP

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker NGUI Events BROKEN :(
« Reply #8 on: September 18, 2015, 03:14:32 AM »
Hi,

 ok, I can't repro any issue, all is well as far as I can see.

on 5.2 it works (il2cpp)

I have tested with the "Example 9 PlayMaker.Quest Log"

 Are you sure this is a playmaker/ngui issue? Maybe your publishing settings are too constraining, I published with everything by default in the player settings.

Could you share the player settings? I am using universal for the Architecture, which is ok for 64bits right?


 Bye,

 Jean

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Playmaker NGUI Events BROKEN :(
« Reply #9 on: September 20, 2015, 09:30:03 AM »
Hey Jean,

Sorry to bother you, but I managed to replicate the issue I was having with NGUI and Playmaker on 64bit mobile devices. In the Build attached I explain in the FSM how to replicate the issue. It did all work initially like you said, but I'm almost certain there is a bug that breaks everything. I cannot get things to Tween anymore, but please do have a look. Can I get an email address where I can post the scene so you can replicate the issue? Also, my player settings are the exact same as yours, default and Universal.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker NGUI Events BROKEN :(
« Reply #10 on: September 21, 2015, 01:35:02 AM »
Hi,
 
 Send me everything to jean@hutonggames.com , I'll have a look.

-- is it the ngui tweening system or iTween?
-- are you triggering tweens via PlayMaker?

 Bye,

 Jean

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Playmaker NGUI Events BROKEN :(
« Reply #11 on: September 21, 2015, 05:26:47 AM »
-- It's the NGUI Tweening system.
-- I am triggering the events through Playmaker.

Also, one thing to note from my side, when I was able to replicate the issue, I could not get it working again on mobile 64bit even when I reverted back to how I had it when it was working.

Sending the email now

Hope your well

[EDIT]

Jean, I was able to get the same result with the Free Touchscript plugin, I believe this is a bug with having a 'set property action' that is empty but has an assigned target.
« Last Edit: September 21, 2015, 07:47:24 AM by Budde88 »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker NGUI Events BROKEN :(
« Reply #12 on: September 21, 2015, 09:40:22 AM »
Hi,

 ok, based on the package you sent me, all is well, you just need to use the linker wizard because you are using "set property", which needs the linker to work on IOS.

 also, always prefer using a "proper" dedicated action whenever possible, using "Set property" to activate a Gameobject is not a good idea, instead, prefer using the action "Activate GameObject". You should only use set/Get property when you can't make find an action or custom action and you can't code one.

Bye,

 Jean

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Playmaker NGUI Events BROKEN :(
« Reply #13 on: September 21, 2015, 11:43:57 AM »
Thank you again,

You are a life saver!

I really had no idea about this linker wizard.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: [SOLVED] Playmaker NGUI Events BROKEN
« Reply #14 on: September 21, 2015, 12:02:05 PM »
Hi,

 you are welcome :)

 Follow me on twitter, you'll get news as they come :)

 Bye,

 Jean