Forum General Unity Demo Project doesn't work?

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

Unity Demo Project doesn't work?

Postby Mauri » June 5th, 2012, 9:07 am

Hello,

i'm pretty new to this. Right now i'm trying to get the Unity Mushroom-thing to work, but it can't.

Whenever i hit Run, it tells me in the unity console:
Error Joining Room: PlayerIOClient.PlayerIOError: UnknownRoomType; Could not find a game class with the correct room type: UnityMushrooms. You have to add this attribute: [RoomType("UnityMushrooms")] to your main game class. You can read more about this on our blog: http://playerio.com/blog/


Where can i find this "main game class"?


Edit:
Nvm... found it. It's the Game.cs, found under Game Code-folder. :oops:
However, [RoomType("UnityMushrooms")] is there. Why doesn't it still work?
Mauri
 
Posts: 1
Joined: June 3rd, 2012, 6:51 am

Re: Unity Demo Project doesn't work?

Postby dreamora » June 5th, 2012, 10:10 am

Sounds like you forgot to upload a binary built from the player.io server solution to the Multiplayer area in the dashboard
dreamora
 
Posts: 225
Joined: March 2nd, 2012, 9:58 am


Return to General