com.walletconnect
packages to the new com.reown
package in your Unity project.
com.walletconnect.web3modal
package was installed manually via the Package Manager window or directly from the GitHub repository,
remove all com.walletconnect
packages and replace them with the com.reown
packages. You can find the list of all necessary packages in the
Installation Documentation under Package Manager with OpenUPM
tab.
com.walletconnect.web3modal
package used two configuration objects: WalletConnectProjectConfig
scriptable object
and optional Web3ModalConfig
class.
The Reown AppKit combines these two configurations into a single AppKitConfig
class that can be passed into AppKit initialization method.
WalletConnectProjectConfig
scriptable objectWalletConnectUnity.Core
were moved into Reown.AppKit.Unity
namespace, therefore we
recommend to rely on the IDE to automatically update the namespaces.
Web3Modal
to AppKit
in your codebase. For example:
--wui
part of the variable name to --ro
. For example: