playMaker

Author Topic: 2 Photon Lite connection problem  (Read 1421 times)

letiko

  • Playmaker Newbie
  • *
  • Posts: 1
2 Photon Lite connection problem
« on: December 09, 2013, 07:53:34 PM »
Can not connect to Photon Lite (Realtime). I connected the console application is obtained by specifying the

"var actorProperties = new Hashtable
{... LiteEventCode.BattleParameterCodes.BattleViewerId, "x"},
{... LiteEventCode.BattleParameterCodes.BattlePassword, "y"},
{... LiteEventCode.BattleParameterCodes.BattleGameArea, "z"} ".

When connecting displays the error "Unknown code 230 ...

Help me please...


jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: 2 Photon Lite connection problem
« Reply #1 on: December 10, 2013, 01:44:01 PM »
Hi,

 Can you give a bit more context? is it in editor, else what platform? and what version of Unity. Also can you paste the full error message? Thanks.

also, where does "BattleParameterCodes" comes from?

bye,

 Jean