Get User Address

The GetAddress retrieval details the process of obtaining a wallet address for your Unity application. Users can log in with Metamask or Phantom wallets via the Xerials login page.

Get Address

Navigate to the XServices package folder and locate the Get Address service. Choose between the GetAddress or GetAddressAsync folders based on your project's specific requirements when implementing web requests.

To retrieve the user's address, initialize the LoginRequest script and call the Request() method. This action redirects the user to the default browser, requiring a Wallet Browser Extension (e.g., Metamask or Phantom) to connect with Xerial.

Last updated

Change request #16: lucenaluis137's Dec 28 changes