Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: gozda on April 28, 2016, 03:46:31 PM

Title: Photon rpc[SOLVED]
Post by: gozda 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?
Title: Re: Photon rpc
Post by: gozda 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?
Title: Re: Photon rpc
Post by: 600 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 (https://trello.com/c/7uuBZfv8/7-photon) pending that feature. Meanwhile can use convert actions.
Title: Re: Photon rpc
Post by: gozda 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?
Title: Re: Photon rpc
Post by: gozda on April 28, 2016, 04:40:13 PM
Oh, i found action, nvm.