Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: caesarhernandez on July 19, 2014, 01:05:34 PM

Title: New PhotonViewRpcBroadcastFsmEvent.DoREC broke project
Post by: caesarhernandez 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
Title: Re: New PhotonViewRpcBroadcastFsmEvent.DoREC broke project
Post by: jeanfabre 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