... | ... | @@ -50,7 +50,11 @@ But to help you get started, you can clone using the Desktop Client. |
|
|
|WVSUSR_ANDROID_KEY_STORE_PASS |
|
|
|
|
|
|
First, let's check the Product name and package information.
|
|
|
- Go to **Edit >> Project Settings**, from the left-hand nav, select **Player**. Be sure to select the Android icon. Locate the **Other Settings** section and in the field for **Package Name**, update it to a name in this format com.wvs.<yourProjectName>.
|
|
|
- Go to **Edit >> Project Settings**, from the left-hand nav, select **Player**. Be sure to select the Android icon.
|
|
|
|
|
|
![player](https://wvs.io/wvs-project-examples/hello-world-unity-vr-quest/-/raw/main/rdmeimg/player1.png)
|
|
|
|
|
|
Locate the **Other Settings** section, and in the field for **Package Name**, provide a unique name, it is a common practice to use reverse domain notation.
|
|
|
|
|
|
> Example: com.wvs.myCoolProject
|
|
|
|
... | ... | @@ -63,6 +67,7 @@ To update the Keystore information, scroll to the bottom to find **Publishing Se |
|
|
- Enter all the information below that is unique to your project. Create an Alias, Alias
|
|
|
Password, and Keystore Password. Be sure to save all the information that was created in the
|
|
|
Keystore. You will need this later.
|
|
|
|
|
|
![keystore4](https://wvs.io/wvs-project-examples/hello-world-unity-vr-quest/-/raw/main/rdmeimg/unity_keystore4.png)
|
|
|
|
|
|
8. Next, you will use OpenSSL to encode your Keystore as base64. If you don't already have OpenSSL, you can download it [here](https://slproweb.com/products/Win32OpenSSL.html).
|
... | ... | @@ -81,6 +86,7 @@ To update the Keystore information, scroll to the bottom to find **Publishing Se |
|
|
10. With all the variables that were collected in the previous steps, you'll enter them into your project variables in the WVS web.
|
|
|
- In the WVS web app, go to **My Project >> View All Projects** and select your project. Scroll to the bottom, and in the left-hand nav, select
|
|
|
**Project Settings>> CI/CD**. Locate **Variables** and expand the section.
|
|
|
|
|
|
![var](https://wvs.io/wvs-project-examples/hello-world-unity-vr-quest/-/raw/main/rdmeimg/wvs1.png)
|
|
|
|
|
|
- Click the **Add Variable** button and add all your variables from the list, one at a time.
|
... | ... | |