Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

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:
    110
    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:
    488
    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:
    110
    Ohh thanks it works. my setting was looking a little bit different so pro-guard was skipping.
    Thanks a lot !
     
    SamOYUnity3D likes this.