Awesome
Unity AutoKeystore
Allows store android keystore between sessions, without manual input everytime.
How do I install AutoKeystore?
<details> <summary>Install via OpenUPM cli</summary>openupm add com.dreamcode.mobile.android-keystore
</details>
<details>
<summary>Install from git URL via Package Manager</summary>
- 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
</details>
<details>
<summary>Install via npm</summary>
- 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. <img src="https://user-images.githubusercontent.com/7010398/187045087-76c3bf90-f023-46d5-a794-9657d9398548.png" width="730">
How do I use AutoKeystore?
- Open the setup dialog
Tools > DreamCode > Android > AutoKeystore
https://github.com/user-attachments/assets/522d73ea-c320-4782-a3c6-1b5bf10a14fc
Well done 🤝
Now keystore data will be autocomplete on build stage.