Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 2.52 KB

File metadata and controls

82 lines (60 loc) · 2.52 KB

Unity AutoKeystore

Allows store android keystore between sessions, without manual input everytime.

NPM Package openupm Licence NPM Downloads

How do I install AutoKeystore?

Install via OpenUPM cli
openupm add com.dreamcode.mobile.android-keystore
Install from git URL via Package Manager
  1. Open the menu item Window > Package Manager
  2. Click + button and select Add package from git URL...
  3. Enter the following URL and click Add button
https://github.com/dreamcodestudio/com.dreamcode.mobile.android-keystore.git
Install via npm
  • Navigate to the Packages directory of your project.
  • Adjust the project manifest file manifest.json in a text editor and add com.dreamcode is part of scopes.
  {
    "scopedRegistries": [
      {
        "name": "npmjs",
        "url": "https://registry.npmjs.org/",
        "scopes": [
          "com.dreamcode"
        ]
      }
    ],
    "dependencies": {
      ...
    }
  }
  • Open Package Manager and press Install button.
Install via Asset Store https://assetstore.unity.com/packages/slug/232044

How do I use AutoKeystore?

  • Open the setup dialog Tools > DreamCode > Android > AutoKeystore

preview_autokeystore

auto-keystore-shorts.mp4

Well done 🤝

Now keystore data will be autocomplete on build stage.

✉️ Contact

Telegram

Email

🔑 License

Unity Asset Store EULA