Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started 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?
-
Hi you can use Send RPC event with a string.
In receiver fsm use Get Event info to get that string.