Skip to content

Commit

Permalink
Merge pull request #216 from ayo-klaytn/update/dapp-portal-sdk-version
Browse files Browse the repository at this point in the history
dapp portal sdk version updated
  • Loading branch information
scott-klaytn authored Jan 24, 2025
2 parents 16a56c1 + 452d353 commit bb4a83c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/minidapps/build-unity-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,18 @@ Copy and paste the code below in your `index.html` file:

### Step 4: Setting Up Dapp Portal SDK

1. Visit: https://static.kaiawallet.io/js/dapp-portal-sdk-0.9.2.js
1. Visit: https://static.kaiawallet.io/js/dapp-portal-sdk.js
2. Save the content to your `scripts/dapp_portal_sdk.js`. Using a local Dapp Portal SDK file improves load times and reliability.

:::note
Alternatively, you can directly add the link to the Dapp Portal SDK as the `src` in the `script` tag in your `index.html`.

```js
// <script src="scripts/dapp_portal_sdk.js"></script>
<script src="https://static.kaiawallet.io/js/dapp-portal-sdk.js"></script>
```
:::

### Step 5: Configure Unity to Use Custom Template

* Open Build Settings.
Expand Down

0 comments on commit bb4a83c

Please sign in to comment.