Search Unity

[Solved] Problem with MatchMaker and projectid

Discussion in 'Multiplayer' started by JDMSoftware, Mar 11, 2016.

  1. JDMSoftware

    JDMSoftware

    Joined:
    Mar 7, 2016
    Posts:
    2
    Hi,

    So, yesterday i've create a new game project, and create a projectid with the cloud service, and run the game was fine.

    Today without any change I'll try to run the game (without any modification), but when i try to create a room on the matchmaker I got the error bellow:

    Create Failed:[[UnityEngine.Networking.Match.CreateMatchResponse]-success:False-extendedInfo:
    Failed because of invalid projectid setup.

    Please verify project setup at https://multiplayer.unity3d.com.]-a...00000000000000,nodeId:0x0000,usingRelay:False
    UnityEngine.Networking.Match.<ProcessMatchResponse>c__Iterator0`1:MoveNext()
    I've tryed to unlink the project and link again but again the same error, I've tryed to unlink and create new projectid, but same error.

    I've also tryed to create a new unity project, and create projectid to it with cloud service, but I got the same error too.

    On Google the only few links with same error I've found don't help and are for old Unity.
     
  2. JDMSoftware

    JDMSoftware

    Joined:
    Mar 7, 2016
    Posts:
    2
    Ok apparently that was a server problem, my project work again.