playMaker

Author Topic: New PhotonViewRpcBroadcastFsmEvent.DoREC broke project  (Read 1916 times)

caesarhernandez

  • Playmaker Newbie
  • *
  • Posts: 30
New PhotonViewRpcBroadcastFsmEvent.DoREC broke project
« on: July 19, 2014, 01:05:34 PM »
Jean,

I pulled down the latest version of Playmaker today and this method broke from the previous version. To insure that it was broken, I replaced the old PhotonViewRpcBroadcastFsmEvent.cs and it worked again. I'm getting an error on this line:

if (! stringData.IsNone && stringData.Value != ""){
               _proxy.PhotonRpcBroacastFsmEventWithString(_photonTargets,remoteEvent.Name,stringData.Value);

stringData is a valid string

I get an object null error (I did not debug it further). But when I replace it with the old version (dated 8/29/2013), it works just fine.

~Caesar

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: New PhotonViewRpcBroadcastFsmEvent.DoREC broke project
« Reply #1 on: July 21, 2014, 08:18:41 AM »
Hi,
 
The last change on that action was a year ago, so I am not sure ( I doubt ) this is the source of the problem.

 Can you share your project ( the one where it actually exposes the issue, not the one that is fixed).

 Bye,

 Jean