playMaker

Author Topic: Photon & String values  (Read 1404 times)

kanae

  • Junior Playmaker
  • **
  • Posts: 52
Photon & String values
« 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?
« Last Edit: October 17, 2014, 08:40:38 PM by kanae »

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 715
    • Flashing Lights
Re: Photon & String values
« Reply #1 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.