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
- Remove option is not available when multi selecting custom packages
- Volumetric Clouds close to the horizon flicker when "Ghosting Reduction" is enabled
- Temporary dark areas appear when quickly dragging Editor window splitters while using "Direct3D 12" graphics API and "Light" Editor theme
- Focus changes from the IDE to the Unity Editor when compiling code in the IDE
- A glare from the Light Placement Tool is visible when the Main Camera is set to "Perspective"
StephanM
Feb 26, 2016 16:22
http://forum.unity3d.com/threads/problem-with-tutorial.362952/