Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b5
Issue ID
768821
Regression
Yes
[iOS][Win10][WP8.1][Matchmaker] Matchmaker fails with native code on 5.4
To Reproduce:
1. Build and run the app on iOS.
2. Enter some name for the match and click Create.
3. Observe that when CreateMatch is called, this error:
Invalid string passed into NetworkAccessToken ctor, exception:[System.ArgumentNullException: Argument cannot be null.
Parameter name: s
at System.Convert.FromBase64String (System.String s) [0x00000] in <filename unknown>:0
at UnityEngine.Networking.Types.NetworkAccessToken..ctor (System.String strArray) [0x00000] in <filename unknown>:0 ]
is outputted in Xcode and the app gots stuck in a connecting window.
When running the same demo project on 5.3.2f1, I'm getting some response from the server, like :
"JSON Response: [[UnityEngine.Networking.Match.CreateMatchResponse]-success:False-extendedInfo:Failed because of invalid projectid setup. Please verify project setup at https://multiplayer.unity3d.com.]-address:,port:0,networkId:0x0000000000000000,nodeId:0x0000,usingRelay:False"
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Scaled Backgrounds List and dropdown text are enabled while Scaled Backgrounds field is disabled in IMGUI Debugger window
- Editor crashes when large value is entered in Scaled Backgrounds field of IMGUI Debugger window
- "Custom Function" Node "Input" type changes do not immediately show mistmatch errors when set to an incompatible type in Shader Graph
- My Assets list is populated with Asset Packages when setting how many Packages to display before clicking the Load button
- Hub shows 6.0 as Latest LTS when opening a project after deleting its 6.3 Editor version
StephanM
Feb 26, 2016 16:22
http://forum.unity3d.com/threads/problem-with-tutorial.362952/