Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: kanae on October 17, 2014, 05:18:53 PM

Title: Photon & String values
Post by: kanae on October 17, 2014, 05:18:53 PM
So I noticed photon string values don't carry across onto the network sync?  Whenever I create a string it doesn't show up under network sync, while int etc.. does...  How are you supposed to send things like string inputs & variables over photon?
Title: Re: Photon & String values
Post by: 600 on October 19, 2014, 06:39:42 AM
Hi you can use Send RPC event with a string.
In receiver fsm use Get Event info to get that string.