Forum General Unity Demo Connection Issues

Any issues or discussions relating to Unity development are welcome here.

Unity Demo Connection Issues

Postby Kezei » March 18th, 2012, 6:18 pm

Hello,

I've just downloaded the Mushrooms Multiplayer Example, but am having issues connecting it to my development server. I've run the development server as per the getting started.txt (F5 in VS2010) hit allow, and have the window up. I've put my gameID in the GameManager.cs, and it connects. However, as soon as it's connected it throws:

Code: Select all
Starting
UnityEngine.Debug:Log(Object)
GameManager:Start() (at Assets/Scripts/GameManager.cs:48)

Successfully connected to Player.IO
UnityEngine.Debug:Log(Object)
<Start>c__AnonStorey3:<>m__0(Client) (at Assets/Scripts/GameManager.cs:57)
PlayerIOClient.<>c__DisplayClass3:<Connect>b__2(identifier12)
PlayerIOClient.Internal.identifier400:<Connect>b__2(identifier12)
PlayerIOClient.Internal.identifier395:MoveNext()

Error Joining Room: PlayerIOClient.PlayerIOError: GeneralError; Unable to connect, errorcode=AccessDenied
Kezei
 
Posts: 1
Joined: March 18th, 2012, 5:37 pm

Return to General



cron