Search Unity

Question Login Failed with Sendbox User

Discussion in 'Unity Distribution Portal (UDP)' started by Grinchi, Sep 24, 2020.

  1. Grinchi

    Grinchi

    Joined:
    Apr 19, 2014
    Posts:
    130
    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.
     
  2. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    626
    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.**{*;}
     
    Grinchi likes this.
  3. Grinchi

    Grinchi

    Joined:
    Apr 19, 2014
    Posts:
    130
    Ohh thanks it works. my setting was looking a little bit different so pro-guard was skipping.
    Thanks a lot !
     
    SamOYUnity3D likes this.