playMaker

Author Topic: Photon RPC events not sending at all [SOLVED]  (Read 1887 times)

HeathClose

  • Full Member
  • ***
  • Posts: 226
Photon RPC events not sending at all [SOLVED]
« on: July 05, 2017, 07:53:02 PM »
All I want to do is swap a sprite using an RPC event... i use a bool for my own player... and on the other clients, I want my bool change to reflect swap the sprite there as well... I followed Romi Fauzi's tuts for the bullets RPC event... but I can't get any of the RPC actions to send an event that works... i can get the other players in the room... but none of the RPC actions are sending anything to each other...

I've tried Event By Name... I've tried Event With Data... I've tried All.. I've tried Others... I've tried Master Client... I've tried every option in both RPC broadcasts INCLUDING making sure string values are set to none... I can see all the players... no one is broadcasting.
« Last Edit: July 05, 2017, 08:05:26 PM by HeathClose »

HeathClose

  • Full Member
  • ***
  • Posts: 226
Re: Photon RPC events not sending at all
« Reply #1 on: July 05, 2017, 08:05:11 PM »
ok... but what I didn't try is actually typing in the event instead of grabbing from the list of events... now that I've typed the event in... it's working...