playMaker

Author Topic: Photon rpc[SOLVED]  (Read 4260 times)

gozda

  • Junior Playmaker
  • **
  • Posts: 88
Photon rpc[SOLVED]
« on: April 28, 2016, 03:46:31 PM »
Hi,
i got error like that:
"Received RPC "rpc" for viewID 1 but this PhotonView does not exist! Was remote PV. Remote called. By: 2 Maybe GO was destroyed but RPC not cleaned up."

Just i cant send event to specified player in room i am using "RPC Broadcast Fsm Event By Name To Player".
I start creating something in the morning and that was working, but some hours later i open again project, and got this message, event not received...

Anyone can help?
« Last Edit: April 29, 2016, 05:35:31 AM by jeanfabre »

gozda

  • Junior Playmaker
  • **
  • Posts: 88
Re: Photon rpc
« Reply #1 on: April 28, 2016, 03:56:05 PM »
Oh, when i deleted Photon Proxy GO and add again, thats start working again.

So other question, there is possible to send any data other than string?

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 713
    • Flashing Lights
Re: Photon rpc
« Reply #2 on: April 28, 2016, 04:13:49 PM »
So other question, there is possible to send any data other than string?

Hi, not supported by Playmaker at the moment, here is a Trello to-do pending that feature. Meanwhile can use convert actions.

gozda

  • Junior Playmaker
  • **
  • Posts: 88
Re: Photon rpc
« Reply #3 on: April 28, 2016, 04:39:12 PM »
I look at your thread, using "string split" but still dont know how to change float to string. I create scripr similar to string split but i dont know how to convert string to float
So how to convert that?

gozda

  • Junior Playmaker
  • **
  • Posts: 88
Re: Photon rpc
« Reply #4 on: April 28, 2016, 04:40:13 PM »
Oh, i found action, nvm.