Skip to content

Commit

Permalink
Merge pull request #44 from reown-com/chore/unity-migration-update
Browse files Browse the repository at this point in the history
Update Unity docs
  • Loading branch information
rohit-710 authored Sep 17, 2024
2 parents 04b31ac + 5ccc390 commit 9f90dee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/advanced/walletconnect-deprecations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ For guidance on how to update your Kotlin packages, please see:

- `com.walletconnect.web3modal` in favor of `com.reown.appkit.unity`
- `com.walletconnect.nethereum` in favor of `com.reown.nethereum.unity`
- `com.walletconnect.core` in favor of `com.reown.sign.unity`
- `com.walletconnect.modal` deprecated
- `com.walletconnect.core` in favor of `com.reown.sign.unity` and `com.reown.appkit.unity`
- `com.walletconnect.modal` deprecated, migrate to `com.reown.appkit.unity`

**Repositories**

- https://github.com/WalletConnect/Web3ModalUnity in favor of https://github.com/reown-com/reown-dotnet
- https://github.com/walletconnect/web3modalunity in favor of https://github.com/reown-com/reown-dotnet
- https://github.com/walletconnect/walletconnectunity in favor of https://github.com/reown-com/reown-dotnet

For guidance on how to update your Unity packages, please see the [Web3Modal to AppKit migration guide](/appkit/upgrade/from-web3modal-unity)
Expand Down
4 changes: 0 additions & 4 deletions docs/appkit/unity/core/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ import TabItem from '@theme/TabItem'

With AppKit, you can easily let people interact with multiple EVM compatible wallets and blockchains.

:::warning
The OpenUPM packages are not yet available, they should be available shortly!
:::

## Install

Let's get started by installing the package!
Expand Down

0 comments on commit 9f90dee

Please sign in to comment.