Search Unity

Question How to preserve Keystore passwords

Discussion in 'General Discussion' started by green-giant, Aug 10, 2022.

  1. green-giant

    green-giant

    Joined:
    Jun 21, 2013
    Posts:
    43
    Is there a way to preserve the Project Keystore and Project Key Password in Unity so that I dont have to reenter them every time I launch Unity?

    To be clear I am not asking to save the password with the project where anyone with the project files could publish. I am looking for something local to my computer so I dont have to look up the passwords so often
     
    olli_vrcoaster likes this.
  2. gjaccieczo

    gjaccieczo

    Joined:
    Jun 30, 2021
    Posts:
    306
    Create an Editor script for that.
    https://davikingcode.com/blog/unity-auto-set-android-password-in-project/.
     
  3. green-giant

    green-giant

    Joined:
    Jun 21, 2013
    Posts:
    43
    Thank you! I took that wrote something that can read the key from a separate location on the host machine to fill in the values