playMaker

Author Topic: RPC stopped working error Help? (solves)  (Read 1491 times)

RC

  • Full Member
  • ***
  • Posts: 148
RPC stopped working error Help? (solves)
« on: March 20, 2015, 04:15:36 PM »
Hi,

I was working on my game, and I don't know what I did to trigger this error.
I don't know what it means.
Can someone please tell me how I can fix it?
Thanks.

NullReferenceException: Object reference not set to an instance of an object
PlayMakerPhotonProxy.PhotonRpcBroacastFsmEventWithString (PhotonTargets target, System.String globalEventName, System.String stringData) (at Assets/Photon Unity Networking/PlayMaker/Scripts/PlayMakerPhotonProxy.cs:458)
HutongGames.PlayMaker.Actions.PhotonViewRpcBroadcastFsmEvent.DoREC () (at Assets/Photon Unity Networking/PlayMaker/Actions/PhotonViewRpcBroadcastFsmEvent.cs:82)
HutongGames.PlayMaker.Actions.PhotonViewRpcBroadcastFsmEvent.OnEnter () (at Assets/Photon Unity Networking/PlayMaker/Actions/PhotonViewRpcBroadcastFsmEvent.cs:46)
HutongGames.PlayMaker.FsmState.ActivateActions (Int32 startIndex)
HutongGames.PlayMaker.FsmState.OnEnter ()
HutongGames.PlayMaker.Fsm.EnterState (HutongGames.PlayMaker.FsmState state)
HutongGames.PlayMaker.Fsm.SwitchState (HutongGames.PlayMaker.FsmState toState)
HutongGames.PlayMaker.Fsm.UpdateStateChanges ()
HutongGames.PlayMaker.Fsm.UpdateState (HutongGames.PlayMaker.FsmState state)
HutongGames.PlayMaker.Fsm.Update ()
PlayMakerFSM.Update ()
« Last Edit: March 21, 2015, 10:42:45 PM by rongconcrx »

RC

  • Full Member
  • ***
  • Posts: 148
Re: RPC stopped working error Help?
« Reply #1 on: March 21, 2015, 10:42:26 PM »
replace playmaker photon proxy solves the problem. I think I might of accidentally messed with it.