Skip to content

Allows store android keystore between sessions

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

dreamcodestudio/com.dreamcode.mobile.android-keystore

Repository files navigation

Unity AutoKeystore

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

NPM Package openupm Licence

Install from 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.

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

preview_autokeystore

Well done 🤝

Now keystore data will be autocomplete on build stage.

Asset Store