Allows store android keystore between sessions, without manual input everytime.
Install via OpenUPM cli
openupm add com.dreamcode.mobile.android-keystore
Install from git URL via Package Manager
- Open the menu item
Window > Package Manager
- Click
+
button and selectAdd package from git URL...
- 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 addcom.dreamcode
is part of scopes.
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.dreamcode"
]
}
],
"dependencies": {
...
}
}
- Open
Package Manager
and pressInstall
button.
Install via Asset Store
https://assetstore.unity.com/packages/slug/232044- Open the setup dialog
Tools > DreamCode > Android > AutoKeystore
auto-keystore-shorts.mp4
Now keystore data will be autocomplete on build stage.