playMaker

Author Topic: iOS GameKit - send method  (Read 3670 times)

escpodgames

  • Hero Member
  • *****
  • Posts: 687
    • Assets
iOS GameKit - send method
« on: December 01, 2013, 06:07:23 PM »
Hey!

Creating the actions for the prime31 Gamekit plugin -
http://prime31.com/docs#iosGameKit

Just thinking about the best way to get it to interact with Playmaker, basically you can send a method to a gameobject with a parameter to other devices over bluetooth (pretty cool) .... but how would playmaker deal with this message?! would I need to make a proxy script to catch the message and send it back to playmaker (sounds a bit haxor) any ideas?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: iOS GameKit - send method
« Reply #1 on: December 02, 2013, 01:27:05 AM »
Hi,

 you can use this:

http://hutonggames.com/playmakerforum/index.php?topic=2437.msg14932#msg14932

 but, I would however strongly encourage scripting a dedicated proxy if you can.

bye,

 Jean