I am trying to use UNet in my game, and I using Unity version 5.3.4f1.
I had a problem about matchmaking is not working.
Here’s my process:
- Start the game and see the Network manager HUD.
- Select “Enable Match Maker”.
- Press “Create Internet Match”.
- Then the following logs show up and nothing happened.
MatchMakingClient Create :https://mm.unet.unity3d.com/json/reply/CreateMatchRequest
UnityEngine.Networking.NetworkManagerHUD:OnGUI()
System.FormatException: FAILURE Returned from server: Failed; Unknown appId=996753, please verify project setup athttps://multiplayer.unity3d.com/
at UnityEngine.Networking.Match.Response.Parse (System.Object obj) [0x0003e] in C:\buildslave\unity\build\Runtime\Networking\Managed\UNETInterface.cs:214
at UnityEngine.Networking.Match.CreateMatchResponse.Parse (System.Object obj) [0x00000] in C:\buildslave\unity\build\Runtime\Networking\Managed\UNETInterface.cs:322
at UnityEngine.Networking.Match.NetworkMatch+c__Iterator01[UnityEngine.Networking.Match.CreateMatchResponse].MoveNext () [0x0009c] in C:\buildslave\unity\build\Runtime\Networking\Managed\MatchMakingClient.cs:276 UnityEngine.Networking.Match.<ProcessMatchResponse>c__Iterator0
1:MoveNext()
JSON Response: [[UnityEngine.Networking.Match.CreateMatchResponse]-success:False-extendedInfo:Failed; Unknown appId=996753, please verify project setup at https://multiplayer.unity3d.com/]-address:,port:0,networkId:0x0000000000000000,nodeId:0x0000,usingRelay:False
UnityEngine.Networking.Match.c__Iterator0`1:MoveNext()
Create Failed:[[UnityEngine.Networking.Match.CreateMatchResponse]-success:False-extendedInfo:Failed; Unknown appId=996753, please verify project setup at https://multiplayer.unity3d.com/]-address:,port:0,networkId:0x0000000000000000,nodeId:0x0000,usingRelay:False
UnityEngine.Networking.Match.c__Iterator0`1:MoveNext()
I have set the project’s multiplayer service, and I also tried to link new project services.
None of these solve the problem.
I searched the forum but seems no much information about this problem.
Hope someone can help me please!!!
Thanks!!!