com.dreamcode.mobile.android-keystore
com.dreamcode.mobile.android-keystore copied to clipboard
Allows store android keystore between sessions
Unity AutoKeystore
Allows store android keystore between sessions, without manual input everytime.
Install from npm 🤖
- Navigate to the
Packagesdirectory of your project. - Adjust the project manifest file
manifest.jsonin a text editor and addcom.dreamcodeis part of scopes.
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.dreamcode"
]
}
],
"dependencies": {
...
}
}
-
Open
Package Managerand pressInstallbutton.
-
Open the setup dialog
Tools > DreamCode > Android > AutoKeystore

Well done 🤝
Now keystore data will be autocomplete on build stage.