Login Failed with Sendbox User

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 :slight_smile:

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.**{*;}

1 Like

Ohh thanks it works. my setting was looking a little bit different so pro-guard was skipping.
Thanks a lot !

1 Like