Hey guys !
Got this error upon login - Login Failed: the given parameter is required.
Double checked user and password all good. cant figure out what i am missing.
Maybe someone also got this kind of problem
Thanks.
Hey guys !
Got this error upon login - Login Failed: the given parameter is required.
Double checked user and password all good. cant figure out what i am missing.
Maybe someone also got this kind of problem
Thanks.
Do you use the code obfuscation/proguard when you compile the project. If so, please add the following in the settings file and try it again.
-keep class com.unity.udp.**{*;}
Ohh thanks it works. my setting was looking a little bit different so pro-guard was skipping.
Thanks a lot !